models_v2.cassandra_object_type_1_enum module

class models_v2.cassandra_object_type_1_enum.CassandraObjectType1Enum[source]

Bases: object

Implementation of the ‘cassandraObjectType1’ enum.

TODO: type enum description here.

Attributes:

KCLUSTER: TODO: type description here. KKEYSPACE: TODO: type description here. KTABLE: TODO: type description here.

KCLUSTER = 'kCluster'
KKEYSPACE = 'kKeyspace'
KTABLE = 'kTable'