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}