models_v2.run_type_5_enum module

class models_v2.run_type_5_enum.RunType5Enum[source]

Bases: object

Implementation of the ‘runType5’ enum.

TODO: type enum description here.

Attributes:

KALL: TODO: type description here. KLOG: TODO: type description here. KSYSTEM: TODO: type description here. KINCREMENTAL: TODO: type description here. KFULL: TODO: type description here.

KALL = 'kAll'
KFULL = 'kFull'
KINCREMENTAL = 'kIncremental'
KLOG = 'kLog'
KSYSTEM = 'kSystem'