Un oggetto che fornisce il valore restituito di una funzione eseguita utilizzando l'API Apps Script. Se la funzione script viene restituita correttamente, il campo response del corpo della risposta contiene questo oggetto ExecutionResponse.
Il valore restituito della funzione script. Il tipo corrisponde al tipo di oggetto restituito in Apps Script. Le funzioni chiamate utilizzando l'API Apps Script non possono restituire oggetti specifici di Apps Script (ad esempio, Document o Calendar); possono restituire solo tipi primitivi come string, number, array, object o boolean.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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."]]],[]]