Source code for models_v2.type_23_enum
# -*- coding: utf-8 -*-
[docs]class Type23Enum(object):
"""Implementation of the 'Type23' enum.
Specifies the MongoDB object Types for search.
Attributes:
MONGODATABASES: TODO: type description here.
MONGOCOLLECTIONS: TODO: type description here.
"""
MONGODATABASES = 'MongoDatabases'
MONGOCOLLECTIONS = 'MongoCollections'