Source code for models_v2.type_39_enum
# -*- coding: utf-8 -*-
[docs]class Type39Enum(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'