stat-or-property-condition-query
stat-or-property-condition-query
Object used to define filtering criteria based on multiple stats/properties with possibility to specify the conjunction operator
JSON Example
{
"conditions": [
{
"doubleValue": "number",
"key": "string",
"operator": "string",
"stringValue": "string"
}
],
"conjunctionOperator": "string"
}
string
conjunctionOperator
Optional
Indicates the conjunction of the filtering criteria Either all of the filtering criteria apply together (AND operation) or any of the filtering criteria could be applied (OR operation) Defaults to OR.
Possible values are : AND, OR,