models_v2.register_to_helios module¶
-
class
models_v2.register_to_helios.
RegisterToHelios
(registration_token=None)[source]¶ Bases:
object
Implementation of the ‘Register to Helios.’ model.
Specifies the request to register to Helios.
- Attributes:
registration_token (string): Specifies the Helios registration token.
-
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.