ExtensionFeedItemOperation

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

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

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

string (FieldMask format)

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

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

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

object (ExtensionFeedItem)

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

update

object (ExtensionFeedItem)

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

remove

string

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

customers/{customerId}/extensionFeedItems/{feed_item_id}