Source code for models_v2.type_10_enum
# -*- coding: utf-8 -*-
[docs]class Type10Enum(object):
"""Implementation of the 'Type10' enum.
Specifies the Couchbase Object Type. For Couchbase this is alywas set to
Bucket.
Attributes:
COUCHBASEBUCKETS: TODO: type description here.
"""
COUCHBASEBUCKETS = 'CouchbaseBuckets'