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}