models_v2.condition_enum module

class models_v2.condition_enum.ConditionEnum[source]

Bases: object

Implementation of the ‘Condition’ enum.

Specifies condition for the file selection.

Attributes:

GREATERTHAN: TODO: type description here. SMALLERTHAN: TODO: type description here.

GREATERTHAN = 'GreaterThan'
SMALLERTHAN = 'SmallerThan'