אובייקט שמספק את הערך המוחזר של פונקציה שהופעלה באמצעות Apps Script API. אם פונקציית הסקריפט מוחזרת בהצלחה, השדה response בגוף התגובה יכיל את האובייקט ExecutionResponse הזה.
הערך המוחזר של פונקציית הסקריפט. הסוג תואם לסוג האובייקט שמוחזר ב-Apps Script. פונקציות שנקראות באמצעות Apps Script API לא יכולות להחזיר אובייקטים ספציפיים ל-Apps Script (כמו Document או Calendar). הם יכולים להחזיר רק סוגים בסיסיים, כמו string, number, array, object או boolean.
[[["התוכן קל להבנה","easyToUnderstand","thumb-up"],["התוכן עזר לי לפתור בעיה","solvedMyProblem","thumb-up"],["סיבה אחרת","otherUp","thumb-up"]],[["חסרים לי מידע או פרטים","missingTheInformationINeed","thumb-down"],["התוכן מורכב מדי או עם יותר מדי שלבים","tooComplicatedTooManySteps","thumb-down"],["התוכן לא עדכני","outOfDate","thumb-down"],["בעיה בתרגום","translationIssue","thumb-down"],["בעיה בדוגמאות/בקוד","samplesCodeIssue","thumb-down"],["סיבה אחרת","otherDown","thumb-down"]],["עדכון אחרון: 2025-07-26 (שעון UTC)."],[[["\u003cp\u003e\u003ccode\u003eExecutionResponse\u003c/code\u003e objects represent the results of Apps Script functions executed via the Apps Script API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eresult\u003c/code\u003e field within the \u003ccode\u003eExecutionResponse\u003c/code\u003e holds the function's return value, limited to basic types like string, number, array, object, or boolean.\u003c/p\u003e\n"],["\u003cp\u003eSuccessful script execution leads to the \u003ccode\u003eExecutionResponse\u003c/code\u003e being placed in the \u003ccode\u003eresponse\u003c/code\u003e field of the response body.\u003c/p\u003e\n"]]],[],null,[]]