nylas
    Preparing search index...

    Interface RuleCondition

    Interface representing a Nylas Agent Account rule condition.

    interface RuleCondition {
        field: RuleConditionField;
        operator: RuleConditionOperator;
        value: string | string[];
    }
    Index

    Properties

    Properties

    The field to match against.

    How to compare the field value.

    value: string | string[]

    The value to compare against. For in_list, pass one or more List IDs.