CustomerCustomizerOperation

Satu operasi (buat, hapus) di atribut penyesuai.

Representasi JSON
{

  // Union field operation can be only one of the following:
  "create": {
    object (CustomerCustomizer)
  },
  "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 (CustomerCustomizer)

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

remove

string

Operasi penghapusan: Nama resource untuk penyesuai pelanggan yang dihapus diharapkan, dalam format ini: customers/{customerId}/customerCustomizers/{customizer_attribute_id}