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

object (FeedItemTarget)

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

remove

string

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

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