models.update_eula_config module¶
-
class
models.update_eula_config.
UpdateEulaConfig
(signed_version=None)[source]¶ Bases:
object
Implementation of the ‘UpdateEulaConfig’ model.
Specifies the update to the End User License Agreement information.
- Attributes:
- signed_version (long|int): Specifies the version of the End User
License Agreement that was accepted.
-
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.