interface DMSExistsFilter {
    exists: {
        property: DMSFilterProperty;
    };
}

Properties

Properties

exists: {
    property: DMSFilterProperty;
}

Will match items that have a value in the specified property.