CustomerLabelOperation

การดําเนินการรายการเดียว (สร้าง นําออก) บนความสัมพันธ์ของป้ายกํากับลูกค้า

การแสดง JSON
{

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

object (CustomerLabel)

สร้างการดําเนินการ: ต้องการชื่อทรัพยากรสําหรับความสัมพันธ์ของป้ายกํากับลูกค้าใหม่

remove

string

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

customers/{customerId}/customerLabels/{label_id}