Source code for models_v2.type_21_enum

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

[docs]class Type21Enum(object): """Implementation of the 'Type21' enum. Specifies the Hbase object Types for search. Attributes: HBASENAMESPACES: TODO: type description here. HBASETABLES: TODO: type description here. """ HBASENAMESPACES = 'HbaseNamespaces' HBASETABLES = 'HbaseTables'