احتیاط: شما در حال مشاهده اسناد رابط REST API هستید. اکثر کتابخانه های مشتری رسمی ما از gRPC استفاده می کنند. برای جزئیات بیشتر به
مقدمه REST مراجعه کنید.
CustomerCustomizer
یک مقدار سفارشی کننده برای CustomizerAttribute مرتبط در سطح مشتری.
فیلدها |
---|
resourceName | string تغییرناپذیر. نام منبع سفارشی کننده مشتری. نام منابع سفارشی ساز مشتری به شکل زیر است: customers/{customerId}/customerCustomizers/{customizer_attribute_id} |
customizerAttribute | string مورد نیاز. تغییرناپذیر. ویژگی customizer که به مشتری مرتبط است. |
status | enum ( CustomizerValueStatus ) فقط خروجی وضعیت ویژگی سفارشی ساز مشتری. |
value | object ( CustomizerValue ) مورد نیاز. مقداری که باید در این سطح با ویژگی customizer مرتبط شود. مقدار باید از نوع مشخص شده برای CustomizerAttribute باشد. |
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-03-07 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-03-07 بهوقت ساعت هماهنگ جهانی."],[[["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"]]