注意:您正在查看 API 的 REST 介面說明文件。我們的官方用戶端程式庫支援 gRPC。詳情請參閱
REST 簡介。
MutateConversionActionResult
JSON 表示法 |
{
"resourceName": string,
"conversionAction": {
object (ConversionAction )
}
} |
欄位 |
resourceName |
string
如果作業成功,系統會傳回這個值。
|
conversionAction |
object (ConversionAction )
有變動的轉換動作,變更後只有可變動的欄位。只有在 responseContentType 設為「MUTABLE_RESOURCE」時,才會傳回此欄位。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-03-06 (世界標準時間)。
[null,null,["上次更新時間:2025-03-06 (世界標準時間)。"],[[["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"]]