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}