RuleMatch

public final class RuleMatch

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)

Properties

Link copied to clipboard
private final List<RuleCondition> conditions

The list of conditions to evaluate.

Link copied to clipboard

Logical operator used to combine conditions.

Functions

Link copied to clipboard

The list of conditions to evaluate.

Link copied to clipboard

Logical operator used to combine conditions.