Source code for models_v2.type_34_enum

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

[docs]class Type34Enum(object): """Implementation of the 'Type34' enum. Specifies the TDM environment type. Attributes: KSQL: TODO: type description here. KORACLE: TODO: type description here. """ KSQL = 'kSQL' KORACLE = 'kOracle'