ExecutionResponse
Apps Komut Dosyası API'si kullanılarak yürütülen bir işlevin döndürülen değerini sağlayan nesne. Komut dosyası işlevi başarıyla döndürülürse yanıt gövdesinin response
alanı, bu ExecutionResponse
nesnesini içerir.
JSON gösterimi |
{
"result": value
} |
Alanlar |
result |
value (Value format)
Komut dosyası işlevinin döndürülen değeri. Tür, Apps Komut Dosyası'nda döndürülen nesne türüyle eşleşir. Apps Komut Dosyası API'si kullanılarak çağrılan işlevler, Apps Komut Dosyası'na özel nesneleri (Document veya Calendar gibi) döndüremez; yalnızca string , number , array , object veya boolean gibi temel türleri döndürebilirler.
|
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2024-09-12 UTC.
[null,null,["Son güncelleme tarihi: 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."]]],[]]