BiddingSeasonalityAdjustmentOperation

季節性調整的單一作業 (建立、移除、更新)。

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。變異作業。operation 只能是下列其中一項:
create

object (BiddingSeasonalityAdjustment)

建立作業:新季節性調整不應有資源名稱。

update

object (BiddingSeasonalityAdjustment)

更新作業:季節性調整必須提供有效的資源名稱。

remove

string

移除作業:系統會要求移除的季節性調整幅度的資源名稱,格式如下:

customers/{customerId}/biddingSeasonalityAdjustments/{seasonalityAdjustmentId}