BiddingStrategyOperation

入札戦略に対する 1 つのオペレーション(作成、更新、削除)です。

JSON 表現
{
  "updateMask": string,

  // Union field operation can be only one of the following:
  "create": {
    object (BiddingStrategy)
  },
  "update": {
    object (BiddingStrategy)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
フィールド
updateMask

string (FieldMask format)

更新で変更されるリソース フィールドを決定する FieldMask。

完全修飾フィールド名のカンマ区切りリストです。(例: "user.displayName,photo")。

共用体フィールド operation。mutate オペレーション。operation は次のいずれかになります。
create

object (BiddingStrategy)

作成オペレーション: 新しい入札戦略にリソース名は不要です。

update

object (BiddingStrategy)

更新オペレーション: 入札戦略には有効なリソース名が必要です。

remove

string

削除オペレーション: 削除された入札戦略のリソース名は次の形式である必要があります。

customers/{customerId}/biddingStrategies/{biddingStrategyId}