चेतावनी: आप एपीआई के REST इंटरफ़ेस के बारे में दस्तावेज़ देख रहे हैं. हमारी ज़्यादातर आधिकारिक क्लाइंट लाइब्रेरी, gRPC का इस्तेमाल करती हैं. ज़्यादा जानकारी के लिए,
REST के बारे में जानकारी देखें.
CustomerCustomizer
ग्राहक के लेवल पर, इससे जुड़े कस्टमाइज़र एट्रिब्यूट के लिए कस्टमाइज़र वैल्यू.
फ़ील्ड |
resourceName |
string
इम्यूटेबल. ग्राहक कस्टमाइज़र के संसाधन का नाम. ग्राहक कस्टमाइज़र संसाधन के नाम इस रूप में होते हैं: customers/{customerId}/customerCustomizers/{customizer_attribute_id}
|
customizerAttribute |
string
ज़रूरी है. इम्यूटेबल. कस्टमाइज़र एट्रिब्यूट, जो ग्राहक से जुड़ा होता है.
|
status |
enum (CustomizerValueStatus )
सिर्फ़ आउटपुट के लिए. ग्राहक कस्टमाइज़र एट्रिब्यूट का स्टेटस.
|
value |
object (CustomizerValue )
ज़रूरी है. इस लेवल पर कस्टमाइज़र एट्रिब्यूट के साथ जोड़ी जाने वाली वैल्यू. वैल्यू, कस्टमाइज़र एट्रिब्यूट के लिए तय किए गए टाइप के मुताबिक होनी चाहिए.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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"]]