ModifyLinkedOfferObjectsRequest
الحقول |
linkedOfferObjectIds |
object (ModifyLinkedOfferObjects )
معرّفات عناصر العرض المرتبطة التي يمكن إضافتها أو إزالتها من العنصر
|
ModifyLinkedOfferObjects
تمثيل JSON |
{
"addLinkedOfferObjectIds": [
string
],
"removeLinkedOfferObjectIds": [
string
]
} |
الحقول |
addLinkedOfferObjectIds[] |
string
معرّفات عناصر العرض المرتبطة المطلوب إضافتها إلى العنصر.
|
removeLinkedOfferObjectIds[] |
string
معرّفات عناصر العرض المرتبطة المطلوب إزالتها من العنصر.
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-03-13 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-03-13 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]