ModifyLinkedOfferObjectsRequest
ModifyLinkedOfferObjects
JSON 表現 |
{
"addLinkedOfferObjectIds": [
string
],
"removeLinkedOfferObjectIds": [
string
]
} |
フィールド |
addLinkedOfferObjectIds[] |
string
オブジェクトに追加するリンク済みクーポン オブジェクトの ID。
|
removeLinkedOfferObjectIds[] |
string
オブジェクトから削除する、リンク済みクーポン オブジェクトの ID。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-13 UTC。
[null,null,["最終更新日 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"]]