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