Package src :: Package com :: Package deviceatlas :: Package carrier :: Module bucket_type :: Class BucketType
[frames] | no frames]

Class BucketType

object --+
         |
        BucketType

This class represents the types of bucket and their associated IDs. The IDs are important and should NOT be changed. The API relies on these IDs remaining the same.


Copyright: Copyright (c) DeviceAtlas Limited 2023. All Rights Reserved.

Author: DeviceAtlas Limited

Instance Methods

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Static Methods
 
is_valid_id(id)
Class Variables
  PROPERTY_NAMES = 0
  PROPERTY_VALUES = 1
  PROPERTIES = 2
  IPV4_TREE = 3
  ALL_TYPES = [0, 1, 2, 3]
Properties

Inherited from object: __class__