GoogleLabelComparison Object
Description
Comparison for Google labels.
Properties
compareType
Comparison to use.
Type: string
Valid Values:
containsdoes-not-containdoes-not-end-withdoes-not-equaldoes-not-existdoes-not-start-withends-withequalsexistsstarts-with
Required: Yes
labelKey
Key of the label.
Type: string
Required: Yes
labelValue
Value of the label to compare. Required when compareType is not exists and does-not-exist.
Type: string
Required: Conditional
Sample JSON
{
"labelKey": "start-schedule",
"compareType": "equals",
"labelValue": "daily-0800"
}Last updated