models_v2.object_type_2_enum module

class models_v2.object_type_2_enum.ObjectType2Enum[source]

Bases: object

Implementation of the ‘ObjectType2’ enum.

Specifies the object type.

Attributes:

EMAILS: TODO: type description here. FILES: TODO: type description here. CASSANDRAOBJECTS: TODO: type description here. COUCHBASEOBJECTS: TODO: type description here. HBASEOBJECTS: TODO: type description here. HIVEOBJECTS: TODO: type description here. MONGOOBJECTS: TODO: type description here. HDFSOBJECTS: TODO: type description here. PUBLICFOLDERS: TODO: type description here.

CASSANDRAOBJECTS = 'CassandraObjects'
COUCHBASEOBJECTS = 'CouchbaseObjects'
EMAILS = 'Emails'
FILES = 'Files'
HBASEOBJECTS = 'HbaseObjects'
HDFSOBJECTS = 'HDFSObjects'
HIVEOBJECTS = 'HiveObjects'
MONGOOBJECTS = 'MongoObjects'
PUBLICFOLDERS = 'PublicFolders'