Skip to content

Latest commit

 

History

History
34 lines (16 loc) · 753 Bytes

File metadata and controls

34 lines (16 loc) · 753 Bytes

ConditionalOperator

Enum

  • greater_than_or_equal (value: 'greater_than_or_equal')

  • greater_than (value: 'greater_than')

  • less_than_or_equal (value: 'less_than_or_equal')

  • less_than (value: 'less_than')

  • equals (value: 'equals')

  • not_equals (value: 'not_equals')

  • in (value: 'in')

  • not_in (value: 'not_in')

  • contains (value: 'contains')

  • not_contains (value: 'not_contains')

  • is_null (value: 'is_null')

  • not_null (value: 'not_null')

  • 'unknown_default_open_api' (value: 'unknown_default_open_api')

[Back to Model list] [Back to API list] [Back to README]