BiddingStrategyOperation

การดำเนินการเพียงครั้งเดียว (สร้าง อัปเดต นำออก) ในกลยุทธ์การเสนอราคา

การแสดง 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 การดำเนินการเปลี่ยนแปลง operation ต้องเป็นค่าใดค่าหนึ่งต่อไปนี้
create

object (BiddingStrategy)

การสร้างการดำเนินการ: ต้องไม่มีชื่อทรัพยากรสำหรับกลยุทธ์การเสนอราคาใหม่

update

object (BiddingStrategy)

อัปเดตการดำเนินการ: กลยุทธ์การเสนอราคาต้องมีชื่อทรัพยากรที่ถูกต้อง

remove

string

การนำการดำเนินการออก: ควรมีชื่อทรัพยากรสำหรับกลยุทธ์การเสนอราคาที่นำออกไปแล้วในรูปแบบนี้

customers/{customerId}/biddingStrategies/{biddingStrategyId}