Comment on page
GoogleLabelComparison Object
Comparison for Google labels.
Comparison to use.
Type:
string
Valid Values:
contains
does-not-contain
does-not-end-with
does-not-equal
does-not-exist
does-not-start-with
ends-with
equals
exists
starts-with
Required: Yes
Key of the label.
Type:
string
Required: Yes
Value of the label to compare. Required when
compareType
is not exists
and does-not-exist
.Type:
string
Required: Conditional
{
"labelKey": "start-schedule",
"compareType": "equals",
"labelValue": "daily-0800"
}