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。変更オペレーション。operation は次のいずれかになります。
create

object (AdGroupCriterionLabel)

作成オペレーション: 新しい広告グループラベルにリソース名は必要ありません。

remove

string

削除オペレーション: 削除される広告グループ条件ラベルのリソース名(次の形式)。

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