interface TableExpressionInFilterV3 {
    in: {
        property: DMSFilterProperty;
        values: TableExpressionFilterValueList;
    };
}

Properties

Properties

in: {
    property: DMSFilterProperty;
    values: TableExpressionFilterValueList;
}

Matches items where the property exactly matches one of the given values.