Source code for models_v2.type_19_enum
# -*- coding: utf-8 -*-
[docs]class Type19Enum(object):
"""Implementation of the 'Type19' enum.
Specifies the Couchbase object Types for search.
Attributes:
COUCHBASEBUCKETS: TODO: type description here.
"""
COUCHBASEBUCKETS = 'CouchbaseBuckets'