Внимание! Вы просматриваете документацию по интерфейсу REST API. Большинство наших официальных клиентских библиотек используют gRPC. Подробнее см. в разделе
Введение в REST .
CustomerCustomizer
Значение настройщика для связанного CustomizerAttribute на уровне клиента.
Поля |
---|
resourceName | string Неизменяемый. Имя ресурса настройщика клиента. Имена ресурсов настройщика клиента имеют форму: customers/{customerId}/customerCustomizers/{customizer_attribute_id} |
customizerAttribute | string Необходимый. Неизменяемый. Атрибут настройщика, связанный с клиентом. |
status | enum ( CustomizerValueStatus ) Только вывод. Статус атрибута настройщика клиента. |
value | object ( CustomizerValue ) Необходимый. Значение, которое необходимо связать с атрибутом настройщика на этом уровне. Значение должно иметь тип, указанный для CustomizerAttribute. |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-03-07 UTC.
[null,null,["Последнее обновление: 2025-03-07 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"]]