Source code for models_v2.run_filter_values_1_enum

# -*- coding: utf-8 -*-

[docs]class RunFilterValues1Enum(object): """Implementation of the 'RunFilterValues1' enum. Specifies Run Filter Value. 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' KLOG = 'kLog' KSYSTEM = 'kSystem' KINCREMENTAL = 'kIncremental' KFULL = 'kFull'