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}