models_v2.day_enum module¶
-
class
models_v2.day_enum.
DayEnum
[source]¶ Bases:
object
Implementation of the ‘Day’ enum.
Specifies a day in the week when no new Protection Group Runs should be started such as ‘Sunday’. If not set, the time range applies to all days. Specifies a day in a week such as ‘Sunday’, ‘Monday’, etc.
- Attributes:
SUNDAY: TODO: type description here. MONDAY: TODO: type description here. TUESDAY: TODO: type description here. WEDNESDAY: TODO: type description here. THURSDAY: TODO: type description here. FRIDAY: TODO: type description here. SATURDAY: TODO: type description here.
-
FRIDAY
= 'Friday'¶
-
MONDAY
= 'Monday'¶
-
SATURDAY
= 'Saturday'¶
-
SUNDAY
= 'Sunday'¶
-
THURSDAY
= 'Thursday'¶
-
TUESDAY
= 'Tuesday'¶
-
WEDNESDAY
= 'Wednesday'¶