AdGroupLabelOperation

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

JSON 表現
{

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

object (AdGroupLabel)

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

remove

string

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

customers/{customerId}/adGroupLabels/{adGroupId}~{label_id}