Source code for models_v2.type_20_enum
# -*- coding: utf-8 -*-
[docs]class Type20Enum(object):
"""Implementation of the 'Type20' enum.
Specifies the HDFS object Types for search.
Attributes:
HDFSFOLDERS: TODO: type description here.
HDFSFILES: TODO: type description here.
"""
HDFSFOLDERS = 'HDFSFolders'
HDFSFILES = 'HDFSFiles'