AdGroupAdLabelOperation

Satu operasi (buat, hapus) pada label iklan grup iklan.

Representasi JSON
{

  // Union field operation can be only one of the following:
  "create": {
    object (AdGroupAdLabel)
  },
  "remove": string
  // End of list of possible types for union field operation.
}
Kolom
Kolom union operation. Operasi mutasi. operation hanya dapat berupa salah satu dari berikut:
create

object (AdGroupAdLabel)

Operasi pembuatan: Tidak ada nama resource untuk label iklan grup iklan baru.

remove

string

Operasi penghapusan: Nama resource untuk label iklan grup iklan yang dihapus, dalam format ini:

customers/{customerId}/adGroupAdLabels/{adGroupId}~{ad_id}~{label_id}