Source code for models_v2.type_15_enum

# -*- coding: utf-8 -*-

[docs]class Type15Enum(object): """Implementation of the 'Type15' enum. Specifies the HDFS Object Type. Attributes: HDFSFOLDERS: TODO: type description here. HDFSFILES: TODO: type description here. """ HDFSFOLDERS = 'HDFSFolders' HDFSFILES = 'HDFSFiles'