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

object (AdGroupAdLabel)

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

remove

string

削除オペレーション: 削除する広告グループの広告ラベルのリソース名。次の形式になります。

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