models.scheduling_policy_proto_monthly_schedule module

class models.scheduling_policy_proto_monthly_schedule.SchedulingPolicyProtoMonthlySchedule(count=None, day=None)[source]

Bases: object

Implementation of the ‘SchedulingPolicyProto_MonthlySchedule’ model.

TODO: type model description here.

Attributes:
count (int): Count of the day on which to perform the backup (look

above for a more detailed description).

day (int): The day of the month the backup is to be performed.

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.