Source code for models_v2.entity_type_1_enum

# -*- coding: utf-8 -*-

[docs]class EntityType1Enum(object): """Implementation of the 'EntityType1' enum. Specfies the type of entity. Attributes: RIGEL: TODO: type description here. CLUSTER: TODO: type description here. """ RIGEL = 'Rigel' CLUSTER = 'Cluster'