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