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"
}
]
}