সতর্কতা: আপনি API এর REST ইন্টারফেসের জন্য ডকুমেন্টেশন দেখছেন। আমাদের বেশিরভাগ অফিসিয়াল ক্লায়েন্ট লাইব্রেরি জিআরপিসি ব্যবহার করে। বিস্তারিত জানার জন্য
REST ভূমিকা দেখুন।
CustomerCustomizer
গ্রাহক স্তরে সংশ্লিষ্ট CustomizerAttribute-এর জন্য একটি কাস্টমাইজার মান।
ক্ষেত্র |
---|
resourceName | string অপরিবর্তনীয়। গ্রাহক কাস্টমাইজারের সম্পদের নাম। গ্রাহক কাস্টমাইজার রিসোর্স নামের ফর্ম আছে: customers/{customerId}/customerCustomizers/{customizer_attribute_id} |
customizerAttribute | string প্রয়োজন। অপরিবর্তনীয়। কাস্টমাইজার অ্যাট্রিবিউট যা গ্রাহকের সাথে সংযুক্ত। |
status | enum ( CustomizerValueStatus ) শুধুমাত্র আউটপুট। গ্রাহক কাস্টমাইজার অ্যাট্রিবিউটের স্থিতি। |
value | object ( CustomizerValue ) প্রয়োজন। এই স্তরে কাস্টমাইজার অ্যাট্রিবিউটের সাথে যুক্ত করার মান। মানটি CustomizerAttribute-এর জন্য নির্দিষ্ট ধরনের হতে হবে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। 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"]]