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