models_v2.run_type_11_enum module

class models_v2.run_type_11_enum.RunType11Enum[source]

Bases: object

Implementation of the ‘runType11’ enum.

TODO: type enum description here.

Attributes:

KREGULAR: TODO: type description here. KFULL: TODO: type description here. KLOG: TODO: type description here. KSYSTEM: TODO: type description here. KHYDRATECDP: TODO: type description here.

KFULL = 'kFull'
KHYDRATECDP = 'kHydrateCDP'
KLOG = 'kLog'
KREGULAR = 'kRegular'
KSYSTEM = 'kSystem'