RecurrenceSchedule Class

The recurrence schedule.

Inheritance
RecurrenceSchedule

Constructor

RecurrenceSchedule(*, additional_properties: Optional[Dict[str, Any]] = None, minutes: Optional[List[int]] = None, hours: Optional[List[int]] = None, week_days: Optional[List[Union[str, _models.DaysOfWeek]]] = None, month_days: Optional[List[int]] = None, monthly_occurrences: Optional[List[_models.RecurrenceScheduleOccurrence]] = None, **kwargs)

Variables

additional_properties
dict[str, any]

Unmatched properties from the message are deserialized to this collection.

minutes
list[int]

The minutes.

hours
list[int]

The hours.

week_days
list[str or DaysOfWeek]

The days of the week.

month_days
list[int]

The month days.

monthly_occurrences
list[RecurrenceScheduleOccurrence]

The monthly occurrences.