FilterGroup

FilterGroup
FilterGroup

Defines groups of filters that apply AND and OR logical operations

JSON Example
{
    "and": [
        {
            "key": "string",
            "values": [
                "string"
            ],
            "operator": "string"
        }
    ],
    "or": [
        {
            "key": "string",
            "values": [
                "string"
            ],
            "operator": "string"
        }
    ]
}
and
Optional

Filters that must all match (logical AND)

or
Optional

Filters where at least one must match (logical OR)

Property Of