Perhatian: Anda sedang melihat dokumentasi untuk antarmuka REST API. Sebagian besar library klien resmi kami menggunakan gRPC. Lihat
Pengantar REST untuk mengetahui detailnya.
CustomerCustomizer
Nilai penyesuai untuk penyesuai Atribut terkait di tingkat Pelanggan.
Kolom |
resourceName |
string
Tidak dapat diubah. Nama resource penyesuai pelanggan. Nama resource penyesuai pelanggan memiliki bentuk: customers/{customerId}/customerCustomizers/{customizer_attribute_id}
|
customizerAttribute |
string
Wajib. Tidak dapat diubah. Atribut penyesuai yang ditautkan ke pelanggan.
|
status |
enum (CustomizerValueStatus )
Hanya output. Status atribut penyesuai pelanggan.
|
value |
object (CustomizerValue )
Wajib. Nilai yang akan dikaitkan dengan atribut penyesuai di tingkat ini. Nilai harus dari jenis yang ditentukan untuk CustomizerAttribute.
|
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-03-06 UTC.
[null,null,["Terakhir diperbarui pada 2025-03-06 UTC."],[[["Customer Customizer allows you to associate a customizer attribute with a specific value at the customer level."],["The value associated with the customizer attribute must match the type specified for the attribute."],["The status of the customer customizer attribute can be viewed but not modified directly."],["It utilizes a JSON representation for defining the customizer, including resource name, attribute, status, and value."],["The resource name follows a specific format, `customers/{customerId}/customerCustomizers/{customizer_attribute_id}`, and is immutable once set."]]],["The core content defines a Customer Customizer's JSON structure, detailing its key components. It includes a `resourceName` identifying the customer customizer, a required `customizerAttribute` field linking it to a customer. It contains a `status` field indicating the attribute's state. Lastly, a required `value` field specifies the data associated with the customizer attribute, adhering to the type set for the attribute.\n"]]