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.
}
שדות
שדה איחוד operation. פעולת השינוי. operation יכול להיות רק אחת מהאפשרויות הבאות:
create

object (CustomerLabel)

פעולת יצירה: לא צפוי שם משאב עבור קשר הגומלין החדש של תווית לקוח-תווית.

remove

string

פעולת הסרה: שם משאב של קשר 'תווית-לקוח' להסרה. בפורמט הזה:

customers/{customerId}/customerLabels/{label_id}