Source code for models_v2.type_18_enum
# -*- coding: utf-8 -*-
[docs]class Type18Enum(object):
"""Implementation of the 'Type18' enum.
Specifies the Cassandra object Types for search.
Attributes:
CASSANDRAKEYSPACES: TODO: type description here.
CASSANDRATABLES: TODO: type description here.
"""
CASSANDRAKEYSPACES = 'CassandraKeyspaces'
CASSANDRATABLES = 'CassandraTables'