models_v2.unit_8_enum module¶
-
class
models_v2.unit_8_enum.Unit8Enum[source]¶ Bases:
objectImplementation of the ‘Unit8’ enum.
Specifies how often to migrate data from source to target
- 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'¶