AdGroupLabelOperation

对广告组标签进行一次操作(创建、移除)。

JSON 表示法
{

  // Union field operation can be only one of the following:
  "create": {
    object (AdGroupLabel)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
字段
联合字段 operation。mutate 操作。operation 只能是下列其中一项:
create

object (AdGroupLabel)

创建操作:新的广告组标签不需要资源名称。

remove

string

移除操作:要移除的广告组标签的资源名称,格式如下:

customers/{customerId}/adGroupLabels/{adGroupId}~{label_id}