DaySchedule#
- class DaySchedule(day_of_week=None, schedules=None, *args, **kwargs)#
Bases:
object
Per day tiering schedule model.
- Parameters:
day_of_week – (
day_of_week
) Day of the week for tiering schedule. 1 starting with sunday.schedules – (
schedules
)
- property day_of_week#
Day of the week for tiering schedule. 1 starting with sunday.
- Type:
int
- property schedules#
- Type:
list[
ScheduleDetails
]
- to_dict()#
Returns the model properties as a dictionary
- to_str()#
Returns the string representation of the model