models.backup_policy_proto_one_off_schedule module

class models.backup_policy_proto_one_off_schedule.BackupPolicyProtoOneOffSchedule(time=None)[source]

Bases: object

Implementation of the ‘BackupPolicyProto_OneOffSchedule’ model.

TODO: type model description here.

Attributes:
time (Time): A message to encapusulate time of a day. Users of this

proto will have to store the timezone information separately. For example, when this proto is part of a backup job, timezone of the backup job is applied to get the absolute time.

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.