interface InFilterV3 {
    in: {
        property: DMSFilterProperty;
        values: FilterValueList;
    };
}

Properties

Properties

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

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