Source code for models_v2.couchbase_object_type_enum

# -*- coding: utf-8 -*-

[docs]class CouchbaseObjectTypeEnum(object): """Implementation of the 'CouchbaseObjectType' enum. TODO: type enum description here. Attributes: COUCHBASEBUCKETS: TODO: type description here. """ COUCHBASEBUCKETS = 'CouchbaseBuckets'