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"

ช่อง Union operation การดําเนินการเปลี่ยนแปลง operation ต้องเป็นค่าใดค่าหนึ่งต่อไปนี้
create

object (BiddingSeasonalityAdjustment)

สร้างการดําเนินการ: ไม่ต้องการชื่อทรัพยากรสําหรับการปรับฤดูกาลใหม่

update

object (BiddingSeasonalityAdjustment)

การดําเนินการอัปเดต: คาดว่าฤดูกาลจะมีชื่อทรัพยากรที่ถูกต้อง

remove

string

การนําออก: ชื่อทรัพยากรของการปรับฤดูกาลที่นําออกมีการนําในรูปแบบนี้

customers/{customerId}/biddingSeasonalityAdjustments/{seasonalityAdjustmentId}