注意: API の REST インターフェースに関するドキュメントを表示しています。当社の公式クライアント ライブラリのほとんどは gRPC を使用しています。詳しくは、
REST の概要をご覧ください。
CustomerCustomizer
Customer レベルでの、関連する CustomizerAttribute のカスタマイザ値。
フィールド |
resourceName |
string
変更不可。顧客カスタマイザのリソース名。顧客カスタマイザのリソース名の形式は次のとおりです。 customers/{customerId}/customerCustomizers/{customizer_attribute_id}
|
customizerAttribute |
string
必須。変更不可。顧客にリンクされているカスタマイザ属性。
|
status |
enum (CustomizerValueStatus )
出力専用。顧客カスタマイザ属性のステータス。
|
value |
object (CustomizerValue )
必須。このレベルのカスタマイザ属性に関連付ける値。値は、CustomizerAttribute に指定した型である必要があります。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-03-06 UTC。
[null,null,["最終更新日 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"]]