models_v2.helios_registration_config module¶
-
class
models_v2.helios_registration_config.
HeliosRegistrationConfig
(entity_type=None, rigel_reg_config=None)[source]¶ Bases:
object
Implementation of the ‘Helios Registration Config.’ model.
Specifies the Helios Registration Config.
- Attributes:
- entity_type (EntityType2Enum): Specifies the type of entity that is
registered on Helios.
- rigel_reg_config (RigelRegistrationConfig): Specifies the Rigel
Registration Config.
-
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.