LabelSearch Data Type
Build advanced label search criteria.
Note! Only one level of nested LabelSearch criteria is currently supported.
| name | data type | description |
|---|---|---|
| operator | LabelSearchOperator | |
| criteria | array of LabelCriteria |
Example
{
"operator" : "or",
"criteria" : [ {
"label" : "..."
}, {
"operator" : "or",
"criteria" : [ {
"label" : "..."
}, { } ]
} ]
}