AdGroupCriterionLabelOperation

広告グループの条件ラベルに対する 1 つのオペレーション(作成、削除)。

JSON 表現
{

  // Union field operation can be only one of the following:
  "create": {
    object (AdGroupCriterionLabel)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
フィールド
共用体フィールド operation。mutate オペレーション。operation は次のいずれかになります。
create

object (AdGroupCriterionLabel)

作成操作: 新しい広告グループラベルにリソース名を追加しないでください。

remove

string

削除操作: 削除する広告グループの条件ラベルのリソース名。

customers/{customerId}/adGroupCriterionLabels/{adGroupId}~{criterionId}~{label_id}