Source code for models_v2.type_46_enum
# -*- coding: utf-8 -*-
[docs]class Type46Enum(object):
"""Implementation of the 'Type46' enum.
Specifies the Mongo Object Type.
Attributes:
MONGODATABASES: TODO: type description here.
MONGOCOLLECTIONS: TODO: type description here.
"""
MONGODATABASES = 'MongoDatabases'
MONGOCOLLECTIONS = 'MongoCollections'