Source code for models_v2.type_48_enum

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

[docs]class Type48Enum(object): """Implementation of the 'Type48' enum. Specifies object services key mapping config for view. Attributes: RANDOM: TODO: type description here. SHORT: TODO: type description here. LONG: TODO: type description here. HIERARCHICAL: TODO: type description here. """ RANDOM = 'Random' SHORT = 'Short' LONG = 'Long' HIERARCHICAL = 'Hierarchical'