FeedMappingOperation

การดําเนินการเดียว (สร้าง นําออก) ในการแมปฟีด

การแสดง JSON
{

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

object (FeedMapping)

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

remove

string

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

customers/{customerId}/feedMappings/{feedId}~{feed_mapping_id}