models_v2.type_39_enum module

class models_v2.type_39_enum.Type39Enum[source]

Bases: object

Implementation of the ‘Type39’ enum.

Specifies the Data Migration Task file size rule condition type.

Attributes:

GREATERTHAN: TODO: type description here. SMALLERTHAN: TODO: type description here.

GREATERTHAN = 'GreaterThan'
SMALLERTHAN = 'SmallerThan'