Module: Vapi::Types::EventsTableStringConditionOperator
- Extended by:
- Internal::Types::Enum
- Defined in:
- lib/vapi/types/events_table_string_condition_operator.rb
Constant Summary collapse
- EQUAL_TO =
"="- NOT_EQUALS =
"!="- CONTAINS =
"contains"- NOT_CONTAINS =
"notContains"
Method Summary
Methods included from Internal::Types::Enum
coerce, finalize!, inspect, load, strict!, strict?, values