ExecutionResponse
Objek yang memberikan nilai hasil dari fungsi yang dieksekusi menggunakan Apps Script API. Jika fungsi skrip berhasil ditampilkan, kolom response
isi respons akan berisi objek ExecutionResponse
ini.
Representasi JSON |
{
"result": value
} |
Kolom |
result |
value (Value format)
Nilai yang ditampilkan dari fungsi skrip. Jenis cocok dengan jenis objek yang ditampilkan di Apps Script. Fungsi yang dipanggil menggunakan Apps Script API tidak dapat menampilkan objek khusus Apps Script (seperti Document atau Calendar ); fungsi tersebut hanya dapat menampilkan jenis primitif seperti string , number , array , object , atau boolean .
|
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 2024-09-12 UTC.
[null,null,["Terakhir diperbarui pada 2024-09-12 UTC."],[[["`ExecutionResponse` objects represent the results of Apps Script functions executed via the Apps Script API."],["The `result` field within the `ExecutionResponse` holds the function's return value, limited to basic types like string, number, array, object, or boolean."],["Successful script execution leads to the `ExecutionResponse` being placed in the `response` field of the response body."]]],[]]