ModifyLinkedOfferObjectsRequest

JSON representation
{
  "linkedOfferObjectIds": {
    object (ModifyLinkedOfferObjects)
  }
}
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.