ConditionalFilter

ConditionalFilter
ConditionalFilter

Conditional filter object which is | composed of an array of SimpleFilter. Condition is AND/OR/NOT for now.

AllOf
This class requires all of the following:
JSON Example
{
    "filter_type": "string",
    "filters": [
        {
            "filter_type": "string"
        }
    ],
    "condition": "string"
}