Obiekt zwracający wartość zwrotną funkcji wykonywanej przy użyciu interfejsu Apps Script API. Jeśli funkcja skryptu zwraca się prawidłowo, pole response w treści odpowiedzi zawiera ten obiekt ExecutionResponse.
Wartość zwrócona przez funkcję skryptu. Typ jest zgodny z typem obiektu zwróconego w Apps Script. Funkcje wywoływane przy użyciu interfejsu Apps Script API nie mogą zwracać obiektów Apps Script (takich jak Document czy Calendar). mogą zwracać tylko typy podstawowe, takie jak string, number, array, object lub boolean.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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."]]],[]]