FeedItemTargetOperation

การดำเนินการเดียว (สร้าง, นำออก) กับเป้าหมายรายการฟีด

การแสดง JSON
{

  // Union field operation can be only one of the following:
  "create": {
    object (FeedItemTarget)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
ช่อง
ฟิลด์สหภาพ operation การดำเนินการเปลี่ยนแปลง operation ต้องเป็นค่าใดค่าหนึ่งต่อไปนี้เท่านั้น
create

object (FeedItemTarget)

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

remove

string

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

customers/{customerId}/feedItemTargets/{feedId}~{feed_item_id}~{feedItemTargetType}~{feedItemTargetId}