Module: Nylas::RuleConditionOperator
- Defined in:
- lib/nylas/resources/rules.rb
Overview
Module representing the possible condition 'operator' values for a Rule.
Constant Summary collapse
- IS =
"is"- IS_NOT =
"is_not"- CONTAINS =
"contains"- IN_LIST =
"in_list"