ModifyLinkedOfferObjectsRequest
Alanlar |
linkedOfferObjectIds |
object (ModifyLinkedOfferObjects )
Nesneye eklenecek veya nesneden kaldırılacak bağlı teklif nesnesi kimlikleri.
|
ModifyLinkedOfferObjects
JSON gösterimi |
{
"addLinkedOfferObjectIds": [
string
],
"removeLinkedOfferObjectIds": [
string
]
} |
Alanlar |
addLinkedOfferObjectIds[] |
string
Nesneye eklenecek bağlı teklif nesnesi kimlikleri.
|
removeLinkedOfferObjectIds[] |
string
Nesneden kaldırılacak bağlı teklif nesnesi kimlikleri.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-11-13 UTC.
[null,null,["Son güncelleme tarihi: 2024-11-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"]]