CampaignLabelOperation

פעולה יחידה (יצירה, הסרה) בקישור של תווית קמפיין.

ייצוג JSON
{

  // Union field operation can be only one of the following:
  "create": {
    object (CampaignLabel)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
שדות
שדה איחוד operation. שינוי הפעולה. operation יכול להיות רק אחד מהבאים:
create

object (CampaignLabel)

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

remove

string

פעולת הסרה: שם המשאב להסרת הקשר של תווית הקמפיין, בפורמט הבא:

customers/{customerId}/campaignLabels/{campaignId}~{label_id}