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"

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

object (ExtensionFeedItem)

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

update

object (ExtensionFeedItem)

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

remove

string

นําการดําเนินการออก: ต้องการชื่อทรัพยากรสําหรับรายการฟีดส่วนขยายที่ถูกนําออก โดยอยู่ในรูปแบบต่อไปนี้

customers/{customerId}/extensionFeedItems/{feed_item_id}