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}