BiddingDataExclusionOperation

การดำเนินการเดียว (สร้าง นำออก อัปเดต) ในการยกเว้นข้อมูล

การแสดง JSON
{
  "updateMask": string,

  // Union field operation can be only one of the following:
  "create": {
    object (BiddingDataExclusion)
  },
  "update": {
    object (BiddingDataExclusion)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
ช่อง
updateMask

string (FieldMask format)

FieldMask ที่กำหนดว่าจะมีการแก้ไขฟิลด์ทรัพยากรใดในการอัปเดต

ซึ่งเป็นรายการชื่อฟิลด์ที่คั่นด้วยคอมมา ตัวอย่าง: "user.displayName,photo"

ฟิลด์การรวม operation การดำเนินการเปลี่ยนแปลง operation ต้องเป็นค่าใดค่าหนึ่งต่อไปนี้
create

object (BiddingDataExclusion)

การดำเนินการสร้าง: คาดหวังชื่อทรัพยากรสำหรับการยกเว้นข้อมูลใหม่ไม่ได้

update

object (BiddingDataExclusion)

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

remove

string

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

customers/{customerId}/biddingDataExclusions/{dataExclusionId}