WeeklySchedule#
- class WeeklySchedule(days_of_week=None, *args, **kwargs)#
Bases:
object
To repeat the schedule on a per Week basis.
- Parameters:
days_of_week (required) – (
days_of_week
) A list of the days of the week on which snapshots should be taken.
- property days_of_week#
A list of the days of the week on which snapshots should be taken.
- Type:
list[
int
]
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model