注意:您正在查看 API 的 REST 接口的文档。我们的大多数官方客户端库都使用 gRPC。如需了解详情,请参阅
REST 简介。
CustomerCustomizer
客户级关联的 CustomizerAttribute 的定制工具值。
字段 |
resourceName |
string
不可变。客户定制工具的资源名称。客户定制参数资源名称采用以下格式: customers/{customerId}/customerCustomizers/{customizer_attribute_id}
|
customizerAttribute |
string
必需。不可变。与客户关联的自定义参数属性。
|
status |
enum (CustomizerValueStatus )
仅限输出。客户定制参数属性的状态。
|
value |
object (CustomizerValue )
必需。要在此级别与定制工具属性相关联的值。该值必须为为 CustomizerAttribute 指定的类型。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-04。
[null,null,["最后更新时间 (UTC):2024-11-04。"],[[["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."]]],[]]