models_v2.response_of_claiming_an_entity_to_helios module¶
-
class
models_v2.response_of_claiming_an_entity_to_helios.
ResponseOfClaimingAnEntityToHelios
(entity_type=None, rigel_params=None, cluster_params=None)[source]¶ Bases:
object
Implementation of the ‘Response of claiming an entity to Helios.’ model.
Specifies the response of claiming an entity to Helios.
- Attributes:
entity_type (EntityType1Enum): Specfies the type of entity. rigel_params (ResponseOfClaimingARigelToHelios): Specifies the
response of claiming a Rigel to Helios.
- cluster_params (ResponseOfClaimingAClusterToHelios): Specifies the
response of claiming a cluster to Helios.
-
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.