AdvancedSchedule Class

The properties of the create Advanced Schedule.

Inheritance
AdvancedSchedule

Constructor

AdvancedSchedule(*, week_days: Optional[List[str]] = None, month_days: Optional[List[int]] = None, monthly_occurrences: Optional[List[_models.AdvancedScheduleMonthlyOccurrence]] = None, **kwargs)

Variables

week_days
list[str]

Days of the week that the job should execute on.

month_days
list[int]

Days of the month that the job should execute on. Must be between 1 and 31.

monthly_occurrences
list[AdvancedScheduleMonthlyOccurrence]

Occurrences of days within a month.