AdGroupAdLabelOperation

広告グループの広告グループに対する 1 回の操作(作成、削除)。

JSON 表現
{

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

object (AdGroupAdLabel)

作成オペレーション: 新しい広告グループの広告グループラベルにリソース名は不要です。

remove

string

削除操作: 削除する広告グループの広告ラベルのリソース名。形式は次のとおりです。

customers/{customerId}/adGroupAdLabels/{adGroupId}~{ad_id}~{label_id}