Source code for models_v2.type_43_enum

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

[docs]class Type43Enum(object): """Implementation of the 'Type43' enum. Entity type. Attributes: RIGEL: TODO: type description here. CLUSTER: TODO: type description here. """ RIGEL = 'Rigel' CLUSTER = 'Cluster'