ExecutionResponse
針對使用 Apps Script API 執行的函式,提供傳回值的物件。如果指令碼函式成功傳回,回應主體的 response
欄位就會包含這個 ExecutionResponse
物件。
JSON 表示法 |
{
"result": value
} |
欄位 |
result |
value (Value format)
指令碼函式的傳回值。類型與 Apps Script 傳回的物件類型相符。使用 Apps Script API 呼叫的函式無法傳回 Apps Script 特定物件 (例如 Document 或 Calendar );它們只能傳回原始類型,例如 string 、number 、array 、object 或 boolean 。
|
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2024-09-12 (世界標準時間)。
[null,null,["上次更新時間:2024-09-12 (世界標準時間)。"],[[["`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."]]],[]]