Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the
REST Introduction for details.
CustomerCustomizer
A customizer value for the associated CustomizerAttribute at the Customer level.
Fields |
resourceName |
string
Immutable. The resource name of the customer customizer. Customer customizer resource names have the form: customers/{customerId}/customerCustomizers/{customizer_attribute_id}
|
customizerAttribute |
string
Required. Immutable. The customizer attribute which is linked to the customer.
|
status |
enum (CustomizerValueStatus )
Output only. The status of the customer customizer attribute.
|
value |
object (CustomizerValue )
Required. The value to associate with the customizer attribute at this level. The value must be of the type specified for the CustomizerAttribute.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-06 UTC.
[null,null,["Last updated 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"]]