BiddingSeasonalityAdjustmentOperation

季節性の調整に対する 1 つのオペレーション(作成、削除、更新)。

JSON 表現
{
  "updateMask": string,

  // Union field operation can be only one of the following:
  "create": {
    object (BiddingSeasonalityAdjustment)
  },
  "update": {
    object (BiddingSeasonalityAdjustment)
  },
  "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 (BiddingSeasonalityAdjustment)

作成オペレーション: 新しい季節性の調整にリソース名は必要ありません。

update

object (BiddingSeasonalityAdjustment)

更新オペレーション: 季節性の調整には有効なリソース名が必要です。

remove

string

削除オペレーション: 削除した季節性の調整のリソース名の形式は次のとおりです。

customers/{customerId}/biddingSeasonalityAdjustments/{seasonalityAdjustmentId}