चेतावनी: आप एपीआई के REST इंटरफ़ेस के बारे में दस्तावेज़ देख रहे हैं. हमारी ज़्यादातर आधिकारिक क्लाइंट लाइब्रेरी, gRPC का इस्तेमाल करती हैं. ज़्यादा जानकारी के लिए,
REST के बारे में जानकारी देखें.
MutateConversionActionResult
कन्वर्ज़न ऐक्शन में बदलाव का नतीजा.
JSON के काेड में दिखाना |
{
"resourceName": string,
"conversionAction": {
object (ConversionAction )
}
} |
फ़ील्ड |
resourceName |
string
सफल ऑपरेशन के लिए वापस भेजा गया.
|
conversionAction |
object (ConversionAction )
ऐसा कन्वर्ज़न ऐक्शन जिसमें बदलाव करने के बाद, सिर्फ़ ऐसे फ़ील्ड बदले जा सकते हैं. यह फ़ील्ड सिर्फ़ तब दिखाया जाएगा, जब ResponseContentType को "MUTABLE_resources" पर सेट किया गया हो.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-03-06 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-03-06 (UTC) को अपडेट किया गया."],[[["This page describes the JSON representation of a conversion action after a mutation."],["The response includes the resource name and the mutated conversion action object."],["The `conversionAction` field only appears when `responseContentType` is set to \"MUTABLE_RESOURCE\"."]]],["The content describes the JSON representation of a \"mutate\" conversion action result. Successful operations return a `resourceName` string. Additionally, when `responseContentType` is set to \"MUTABLE_RESOURCE\", the response includes the `conversionAction` object, containing the mutated conversion action data with only modifiable fields. The `conversionAction` is a structured object as defined in the ConversionAction reference.\n"]]