ModifyLinkedOfferObjectsRequest
Fields |
linkedOfferObjectIds |
object (ModifyLinkedOfferObjects )
The linked offer object ids to add or remove from the object.
|
ModifyLinkedOfferObjects
JSON representation |
{
"addLinkedOfferObjectIds": [
string
],
"removeLinkedOfferObjectIds": [
string
]
} |
Fields |
addLinkedOfferObjectIds[] |
string
The linked offer object ids to add to the object.
|
removeLinkedOfferObjectIds[] |
string
The linked offer object ids to remove from the object.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-23 UTC.
[null,null,["Last updated 2024-10-23 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."]]],[]]