LabelSearch Data Type

Properties
name data type description
operator LabelSearchOperator
criteria array of LabelCriteria

Example

{
  "operator" : "OR",
  "criteria" : [ {
    "label" : "..."
  }, {
    "operator" : "OR",
    "criteria" : [ {
      "label" : "..."
    }, { } ]
  } ]
}