Rule Match
Class representation of the match block in a Nylas rule.
Constructors
Link copied to clipboard
public RuleMatch RuleMatch(@Json(name = "operator" ) RuleMatchOperator operator, @Json(name = "conditions" ) List<RuleCondition> conditions)