ModifyLinkedOfferObjectsRequest
फ़ील्ड |
linkedOfferObjectIds |
object (ModifyLinkedOfferObjects )
ऑब्जेक्ट में जोड़ने या उससे हटाने के लिए, लिंक किए गए ऑफ़र ऑब्जेक्ट आईडी.
|
ModifyLinkedOfferObjects
JSON के काेड में दिखाना |
{
"addLinkedOfferObjectIds": [
string
],
"removeLinkedOfferObjectIds": [
string
]
} |
फ़ील्ड |
addLinkedOfferObjectIds[] |
string
ऑब्जेक्ट में जोड़ने के लिए, लिंक किए गए ऑफ़र के ऑब्जेक्ट आईडी.
|
removeLinkedOfferObjectIds[] |
string
ऑब्जेक्ट से हटाने के लिए, लिंक किए गए ऑफ़र ऑब्जेक्ट आईडी.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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"]]