ModifyLinkedOfferObjectsRequest
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
ModifyLinkedOfferObjects
JSON 表示法 |
{
"addLinkedOfferObjectIds": [
string
],
"removeLinkedOfferObjectIds": [
string
]
} |
字段 |
addLinkedOfferObjectIds[] |
string
要添加到对象的关联优惠对象 ID。
|
removeLinkedOfferObjectIds[] |
string
要从对象中移除的关联优惠对象 ID。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2025-07-25。
[null,null,["最后更新时间 (UTC):2025-07-25。"],[[["\u003cp\u003eThis documentation describes the JSON representation for modifying linked offer objects in a system.\u003c/p\u003e\n"],["\u003cp\u003eIt involves specifying object IDs to add or remove linked offers.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eModifyLinkedOfferObjects\u003c/code\u003e object uses \u003ccode\u003eaddLinkedOfferObjectIds\u003c/code\u003e and \u003ccode\u003eremoveLinkedOfferObjectIds\u003c/code\u003e fields to manage the linked offers.\u003c/p\u003e\n"],["\u003cp\u003eBoth \u003ccode\u003eaddLinkedOfferObjectIds\u003c/code\u003e and \u003ccode\u003eremoveLinkedOfferObjectIds\u003c/code\u003e are arrays of strings representing the respective object IDs.\u003c/p\u003e\n"]]],["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"],null,["# ModifyLinkedOfferObjectsRequest\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n- [ModifyLinkedOfferObjects](#ModifyLinkedOfferObjects)\n - [JSON representation](#ModifyLinkedOfferObjects.SCHEMA_REPRESENTATION)\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"linkedOfferObjectIds\": { object (/wallet/reference/rest/v1/ModifyLinkedOfferObjectsRequest#ModifyLinkedOfferObjects) } } ``` |\n\n| Fields ||\n|------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `linkedOfferObjectIds` | `object (`[ModifyLinkedOfferObjects](/wallet/reference/rest/v1/ModifyLinkedOfferObjectsRequest#ModifyLinkedOfferObjects)`)` The linked offer object ids to add or remove from the object. |\n\nModifyLinkedOfferObjects\n------------------------\n\n| JSON representation |\n|---------------------------------------------------------------------------------------------|\n| ``` { \"addLinkedOfferObjectIds\": [ string ], \"removeLinkedOfferObjectIds\": [ string ] } ``` |\n\n| Fields ||\n|--------------------------------|-----------------------------------------------------------------|\n| `addLinkedOfferObjectIds[]` | `string` The linked offer object ids to add to the object. |\n| `removeLinkedOfferObjectIds[]` | `string` The linked offer object ids to remove from the object. |"]]