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

object (FeedMapping)

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

remove

string

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

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