CustomerCustomizerOperation

การดำเนินการเดียว (สร้าง นำออก) กับแอตทริบิวต์ของเครื่องมือปรับแต่ง

การแสดง JSON
{

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

object (CustomerCustomizer)

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

remove

string

การดำเนินการนำออก: ควรมีชื่อทรัพยากรสำหรับเครื่องมือปรับแต่งลูกค้าที่นำออกแล้วในรูปแบบนี้: customers/{customerId}/customerCustomizers/{customizer_attribute_id}