Source code for models_v2.cassandra_object_type_enum

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

[docs]class CassandraObjectTypeEnum(object): """Implementation of the 'CassandraObjectType' enum. TODO: type enum description here. Attributes: CASSANDRAKEYSPACES: TODO: type description here. CASSANDRATABLES: TODO: type description here. """ CASSANDRAKEYSPACES = 'CassandraKeyspaces' CASSANDRATABLES = 'CassandraTables'