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}