ModifyLinkedOfferObjectsRequest
ช่อง |
linkedOfferObjectIds |
object (ModifyLinkedOfferObjects )
รหัสออบเจ็กต์ข้อเสนอที่ลิงก์สำหรับเพิ่มหรือนำออกจากออบเจ็กต์
|
ModifyLinkedOfferObjects
การแสดง JSON |
{
"addLinkedOfferObjectIds": [
string
],
"removeLinkedOfferObjectIds": [
string
]
} |
ช่อง |
addLinkedOfferObjectIds[] |
string
รหัสออบเจ็กต์ข้อเสนอที่ลิงก์ที่จะเพิ่มลงในออบเจ็กต์
|
removeLinkedOfferObjectIds[] |
string
รหัสออบเจ็กต์ข้อเสนอที่ลิงก์ที่จะนำออกจากออบเจ็กต์
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-03-13 UTC
[null,null,["อัปเดตล่าสุด 2025-03-13 UTC"],[[["This documentation describes the JSON representation for modifying linked offer objects in a system."],["It involves specifying object IDs to add or remove linked offers."],["The `ModifyLinkedOfferObjects` object uses `addLinkedOfferObjectIds` and `removeLinkedOfferObjectIds` fields to manage the linked offers."],["Both `addLinkedOfferObjectIds` and `removeLinkedOfferObjectIds` are arrays of strings representing the respective object IDs."]]],["The content details the structure for modifying linked offer objects. It uses JSON, representing actions through two fields: `addLinkedOfferObjectIds` and `removeLinkedOfferObjectIds`. These fields, both string arrays, specify which linked offer object IDs should be added to or removed from an object, respectively. The primary structure employs a `linkedOfferObjectIds` object that references the modification details for managing linked offers.\n"]]