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