ข้อควรระวัง: คุณกําลังดูเอกสารประกอบสําหรับอินเทอร์เฟซ REST ของ API ไลบรารีของไคลเอ็นต์อย่างเป็นทางการส่วนใหญ่ของเราใช้ gRPC โปรดดูรายละเอียดใน
บทนํา REST
CustomerCustomizer
ค่าตัวปรับแต่งสำหรับ AdjustrAttribute ที่เกี่ยวข้องที่ระดับลูกค้า
ช่อง |
resourceName |
string
เปลี่ยนแปลงไม่ได้ ชื่อทรัพยากรของเครื่องมือปรับแต่งลูกค้า ชื่อทรัพยากรเครื่องมือปรับแต่งของลูกค้าจะมีรูปแบบดังนี้ customers/{customerId}/customerCustomizers/{customizer_attribute_id}
|
customizerAttribute |
string
ต้องระบุ เปลี่ยนแปลงไม่ได้ แอตทริบิวต์ของเครื่องมือปรับแต่งที่ลิงก์กับลูกค้า
|
status |
enum (CustomizerValueStatus )
เอาต์พุตเท่านั้น สถานะของแอตทริบิวต์เครื่องมือปรับแต่งลูกค้า
|
value |
object (CustomizerValue )
ต้องระบุ ค่าที่จะเชื่อมโยงกับแอตทริบิวต์ของเครื่องมือปรับแต่งที่ระดับนี้ ค่าต้องเป็นประเภทที่ระบุไว้สำหรับ AdjustrAttribute
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 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"]]