models_v2.mongodb_object_type_1_enum module

class models_v2.mongodb_object_type_1_enum.MongodbObjectType1Enum[source]

Bases: object

Implementation of the ‘mongodbObjectType1’ enum.

TODO: type enum description here.

Attributes:

KCLUSTER: TODO: type description here. KDATABASE: TODO: type description here. KCOLLECTION: TODO: type description here.

KCLUSTER = 'kCluster'
KCOLLECTION = 'kCollection'
KDATABASE = 'kDatabase'