CampaignCustomizerOperation

Satu operasi (buat, hapus) di atribut penyesuai.

Representasi JSON
{

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

object (CampaignCustomizer)

Operasi buat: Tidak ada nama resource yang diharapkan untuk penyesuai kampanye baru

remove

string

Operasi penghapusan: Nama resource untuk penyesuai kampanye yang dihapus diharapkan, dalam format ini: customers/{customerId}/campaignCustomizers/{campaignId}~{customizer_attribute_id}