models_v2.schedule_unit_1_enum module

class models_v2.schedule_unit_1_enum.ScheduleUnit1Enum[source]

Bases: object

Implementation of the ‘ScheduleUnit1’ enum.

Specifies the schedule unit.

Attributes:

RUNS: TODO: type description here. HOURS: TODO: type description here. DAYS: TODO: type description here. WEEKS: TODO: type description here. MONTHS: TODO: type description here. YEARS: TODO: type description here.

DAYS = 'Days'
HOURS = 'Hours'
MONTHS = 'Months'
RUNS = 'Runs'
WEEKS = 'Weeks'
YEARS = 'Years'