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 などのプリミティブ型のみを返すことができます。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-12 UTC。
[null,null,["最終更新日 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."]]],[]]