models.eula_config module¶
-
class
models.eula_config.
EulaConfig
(license_key=None, signed_version=None, signed_by_user=None, signed_time=None)[source]¶ Bases:
object
Implementation of the ‘EulaConfig’ model.
Specifies the End User License Agreement acceptance information.
- Attributes:
license_key (string): Specifies the license key. signed_by_user (string): Specifies the login account name for the
Cohesity user who accepted the End User License Agreement.
- signed_time (long|int): Specifies the time that the End User License
Agreement was accepted.
- 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.