Source code for models_v2.type_60_enum

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

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