זהירות: אתה צופה בתיעוד עבור ממשק ה-API ל-REST. רוב ספריות הלקוחות הרשמיות שלנו משתמשות ב-gRPC. פרטים נוספים זמינים ב
מבוא ל-REST.
CustomerCustomizerOperation
פעולה יחידה (יצירה, הסרה) במאפיין של פרמטר להתאמה אישית.
ייצוג JSON |
{
// Union field operation can be only one of the following:
"create": {
object (CustomerCustomizer )
},
"remove": string
// End of list of possible types for union field operation .
} |
שדות |
שדה איחוד operation . פעולת השינוי. operation יכול להיות רק אחת מהאפשרויות הבאות: |
create |
object (CustomerCustomizer )
פעולת יצירה: לא נדרש שם משאב לפרמטר להתאמה אישית של לקוח חדש
|
remove |
string
פעולת הסרה: צפוי שם משאב לפרמטר להתאמה אישית של לקוחות שהוסר, בפורמט הזה: customers/{customerId}/customerCustomizers/{customizer_attribute_id}
|
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2024-08-22 (שעון UTC).
[null,null,["עדכון אחרון: 2024-08-22 (שעון UTC)."],[[["This document describes the JSON format for performing operations (create or remove) on a customizer attribute."],["Operations are represented using the `operation` field, which can be either `create` or `remove`."],["Create operations require a `CustomerCustomizer` object, while remove operations require the resource name of the customizer to be deleted."],["The resource name for remove operations follows the format: `customers/{customerId}/customerCustomizers/{customizer_attribute_id}`."]]],[]]