models_v2.type_15_enum module

class models_v2.type_15_enum.Type15Enum[source]

Bases: object

Implementation of the ‘Type15’ enum.

Specifies the HDFS Object Type.

Attributes:

HDFSFOLDERS: TODO: type description here. HDFSFILES: TODO: type description here.

HDFSFILES = 'HDFSFiles'
HDFSFOLDERS = 'HDFSFolders'