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}