models_v2.time_units_enum module¶
-
class
models_v2.time_units_enum.TimeUnitsEnum[source]¶ Bases:
objectImplementation of the ‘TimeUnits’ enum.
Specifies Time Units type.
- Attributes:
MINUTES: TODO: type description here. HOURS: TODO: type description here. DAYS: TODO: type description here. WEEKS: TODO: type description here. MONTHS: TODO: type description here.
-
DAYS= 'Days'¶
-
HOURS= 'Hours'¶
-
MINUTES= 'Minutes'¶
-
MONTHS= 'Months'¶
-
WEEKS= 'Weeks'¶