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。mutate 操作。operation 只能是下列其中一项:
create

object (BiddingSeasonalityAdjustment)

创建操作:新的季节性调整不需要使用资源名称。

update

object (BiddingSeasonalityAdjustment)

更新操作:季节性调整应具有有效的资源名称。

remove

string

“移除”操作:已移除的季节性调整的资源名称应采用以下格式:

customers/{customerId}/biddingSeasonalityAdjustments/{seasonalityAdjustmentId}