class documentation

class ConditionOperation(str, Enum):

View In Hierarchy

Undocumented

Constant EQUALS Undocumented
Constant GREATER_THAN Undocumented
Constant GREATER_THAN_OR_EQUAL Undocumented
Constant IS_NOT_NULL Undocumented
Constant IS_NULL Undocumented
Constant LESS_THAN Undocumented
Constant LESS_THAN_OR_EQUAL Undocumented
Constant NOT_EQUALS Undocumented
EQUALS: str =

Undocumented

Value
'EQUALS'
GREATER_THAN: str =

Undocumented

Value
'GREATER_THAN'
GREATER_THAN_OR_EQUAL: str =

Undocumented

Value
'GREATER_THAN_OR_EQUAL'
IS_NOT_NULL: str =

Undocumented

Value
'IS_NOT_NULL'
IS_NULL: str =

Undocumented

Value
'IS_NULL'
LESS_THAN: str =

Undocumented

Value
'LESS_THAN'
LESS_THAN_OR_EQUAL: str =

Undocumented

Value
'LESS_THAN_OR_EQUAL'
NOT_EQUALS: str =

Undocumented

Value
'NOT_EQUALS'