models.daily_schedule module

class models.daily_schedule.DailySchedule(days=None)[source]

Bases: object

Implementation of the ‘DailySchedule’ model.

Specifies a daily or weekly backup schedule.

Attributes:
days (list of DayEnum): Array of Days. Specifies a list of days of

the week when to start Job Runs. If no days are specified, the Jobs Runs will run every day of the week. Specifies a day in a week such as ‘kSunday’, ‘kMonday’, etc.

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.