Source code for models_v2.type_8_enum
# -*- coding: utf-8 -*-
[docs]class Type8Enum(object):
"""Implementation of the 'Type8' enum.
Specifies the metadata information used for the file selection.
Attributes:
LASTACCESSED: TODO: type description here.
LASTMODIFIED: TODO: type description here.
"""
LASTACCESSED = 'LastAccessed'
LASTMODIFIED = 'LastModified'