Source code for models_v2.environment_12_enum
# -*- coding: utf-8 -*-
[docs]class Environment12Enum(object):
"""Implementation of the 'Environment12' enum.
Specifies the environment of the object.
Attributes:
KSQL: TODO: type description here.
KORACLE: TODO: type description here.
"""
KSQL = 'kSQL'
KORACLE = 'kOracle'