AdGroupLabelOperation

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

ייצוג JSON
{

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

object (AdGroupLabel)

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

remove

string

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

customers/{customerId}/adGroupLabels/{adGroupId}~{label_id}