Source code for models_v2.type_36_enum
# -*- coding: utf-8 -*-
[docs]class Type36Enum(object):
"""Implementation of the 'Type36' enum.
Specifies the Data Migration Task up-tiering file selection type.
Attributes:
LASTACCESSED: TODO: type description here.
LASTMODIFIED: TODO: type description here.
"""
LASTACCESSED = 'LastAccessed'
LASTMODIFIED = 'LastModified'