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 과 같은 프리미티브 유형만 반환할 수 있습니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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."]]],[]]