LabelSearch Data Type
| name | data type | description |
|---|---|---|
| operator | LabelSearchOperator | |
| criteria | array of LabelCriteria |
Example
{
"operator" : "and",
"criteria" : [ {
"label" : "..."
}, {
"operator" : "and",
"criteria" : [ {
"label" : "..."
}, { } ]
} ]
}