SharedCriterionOperation

การดำเนินการเดียว (สร้าง, นำออก) กับเกณฑ์ที่ใช้ร่วมกัน

การแสดง JSON
{

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

object (SharedCriterion)

การดำเนินการสร้าง: ระบบคาดหวังไม่ให้ชื่อทรัพยากรสำหรับเกณฑ์ใหม่ที่แชร์

remove

string

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

customers/{customerId}/sharedCriteria/{shared_set_id}~{criterionId}