Perhatian: Anda sedang melihat dokumentasi untuk antarmuka REST API. Sebagian besar library klien resmi kami menggunakan gRPC. Lihat
Pengantar REST untuk mengetahui detailnya.
MutateConversionActionResult
Hasil untuk mutasi tindakan konversi.
Representasi JSON |
{
"resourceName": string,
"conversionAction": {
object (ConversionAction )
}
} |
Kolom |
resourceName |
string
Dikembalikan agar operasi berhasil.
|
conversionAction |
object (ConversionAction )
Tindakan konversi yang bermutasi dengan hanya kolom yang dapat berubah setelah mutasi. Kolom ini hanya akan ditampilkan jika responseContentType ditetapkan ke "MUTABLE_RESOURCE".
|
Kecuali dinyatakan lain, konten di halaman ini dilisensikan berdasarkan Lisensi Creative Commons Attribution 4.0, sedangkan contoh kode dilisensikan berdasarkan Lisensi Apache 2.0. Untuk mengetahui informasi selengkapnya, lihat Kebijakan Situs Google Developers. Java adalah merek dagang terdaftar dari Oracle dan/atau afiliasinya.
Terakhir diperbarui pada 2025-03-06 UTC.
[null,null,["Terakhir diperbarui pada 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"]]