models_v2.entity_types module¶
- 
class 
models_v2.entity_types.EntityTypes(entity_types=None)[source]¶ Bases:
objectImplementation of the ‘Entity Types’ model.
Entity Types
- Attributes:
 entity_types (EntityTypes1Enum): Entity Types
- 
classmethod 
from_dictionary(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
 dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
 object: An instance of this structure class.