Source code for models_v2.hbase_object_type_enum

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

[docs]class HbaseObjectTypeEnum(object): """Implementation of the 'HbaseObjectType' enum. TODO: type enum description here. Attributes: HBASENAMESPACES: TODO: type description here. HBASETABLES: TODO: type description here. """ HBASENAMESPACES = 'HbaseNamespaces' HBASETABLES = 'HbaseTables'