E      !"#$%&'()*+,-./0123456789:;<=>?@ABCD(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None05[(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None!"05&An object that provides the return value of a function executed through the Apps Script Execution API. If an `run` call succeeds and the script function returns successfully, the response body's `response` field will contain this `ExecutionResponse` object.See: % smart constructor.If the script function returns successfully, this field will contain an `ExecutionResponse` object with the function's return value as the object's `result` field.See: # smart constructor.This field is not used.See: ! smart constructor.yAn object that provides information about the nature of an error in the Apps Script Execution API. If an `run` call succeeds but the script function (or Apps Script itself) throws an exception, the response body's `error` field will contain a `Status` object. The `Status` object's `details` field will contain an array with a single one of these `ExecutionError` objects.See:  smart constructor.GA stack trace through the script that shows where the execution failed.See:  smart constructor.A request to run the function in a script. The script is identified by the specified `script_id`. Executing a function on a script will return results based on the implementation of the script.See:  smart constructor.sThe response will not arrive until the function finishes executing. The maximum runtime is listed in the guide to  Thttps://developers.google.com/apps-script/guides/services/quotas#current_limitationslimitations in Apps Script. If the script function returns successfully, the `response` field will contain an `ExecutionResponse` object with the function's return value in the object's `result` field. If the script function (or Apps Script itself) throws an exception, the `error` field will contain a `Status` object. The `Status` object's `details` field will contain an array with a single `ExecutionError` object that provides information about the nature of the error. If the `run` call itself fails (for example, because of a malformed request or an authorization error), the method will return an HTTP response code in the 4XX range with a different format for the response body. Client libraries will automatically convert a 4XX response into an exception class.See:   smart constructor.If a `run` call succeeds but the script function (or Apps Script itself) throws an exception, the response body's `error` field will contain this `Status` object.See:   smart constructor. Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:   qAn array that contains a single `ExecutionError` object that provides information about the nature of the error. BThe status code, which should be an enum value of google.rpc.Code. A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client. Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:This field is not used.'If a `run` call succeeds but the script function (or Apps Script itself) throws an exception, this field will contain a `Status` object. The `Status` object's `details` field will contain an array with a single `ExecutionError` object that provides information about the nature of the error.If the script function returns successfully, this field will contain an `ExecutionResponse` object with the function's return value as the object's `result` field.This field is not used.This field is not used.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:nThe name of the function to execute in the given script. The name does not include parentheses or parameters.This field is not used.If `true` and the user is an owner of the script, the script runs at the most recently saved version rather than the version deployed for use with the Execution API. Optional; default is `false`.LThe parameters to be passed to the function being executed. The type for each parameter should match the expected type in Apps Script. Parameters cannot be Apps Script-specific objects (such as a `Document` or `Calendar`); they can only be primitive types such as a `string`, `number`, `array`, `object`, or `boolean`. Optional.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:<Properties of the object. Contains field 'ype with type URL.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:%The name of the function that failed.(The line number where the script failed.Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: An array of objects that provide a stack trace through the script to show where the execution failed, with the deepest call first.{The error type, for example `TypeError` or `ReferenceError`. If the error type is unavailable, this field is not included. UThe error message thrown by Apps Script, usually localized into the user's language.!Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:""<Properties of the object. Contains field 'ype with type URL.#Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:$$<Properties of the object. Contains field 'ype with type URL.%Creates a value of 4 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired:&&BThe return value of the script function. The type will match the type returned in Apps Script. Functions called through the Execution API cannot return Apps Script-specific objects (such as a `Document` or `Calendar`); they can only return primitive types such as a `string`, `number`, `array`, `object`, or `boolean`.WEFGHIJKLMNOPQRSTUVWXYZ[\]^_`ab  !""#$$%&cdefghijklmnopqrstEEFGHIJKLMNOPQRSTUVWXYZ[\]^_`ab  !"#$%&9EFGHIJKLMNOPQRSTUVWXYZ[\]^_`ab  !"#$%&cdefghijklmnopqrst(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None,05 '%Default request referring to version v1 of the Google Apps Script Execution API. This contains the host and root path used as a starting point for constructing service requests.(View and manage your mail)Manage your contacts*8View and manage the provisioning of users on your domain+View your email address,AView and manage forms that this application has been installed in-.View and manage the files in your Google Drive.9View and manage the provisioning of groups on your domain/Manage your calendars0*View and manage your forms in Google Drive11View and manage your spreadsheets in Google Drive2"View and manage your Google Groups '()*+,-./0123  !"#$%&'()*+,-./0123'()*+,-./012   !"#$%& '()*+,-./012(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None !",059;DQR 3Runs a function in an Apps Script project that has been deployed for use with the Apps Script Execution API. This method requires authorization with an OAuth 2.0 token that includes at least one of the scopes listed in the  #authenticationAuthentication section; script projects that do not require authorization cannot be executed through this API. To find the correct scopes to include in the authentication token, open the project in the script editor, then select **File > Project properties** and click the **Scopes** tab.See: 5 smart constructor.4A resource alias for script.scripts.run method which the 3 request conforms to.5Creates a value of 34 with the minimum fields required to make a request.BUse one of the following lenses to modify other fields as desired: 6789:;<=>6V1 error format.74Upload protocol for media (e.g. "raw", "multipart").8Pretty-print response.9OAuth access token.:=Legacy upload protocol for media (e.g. "media", "multipart").;Multipart request metadata.<OAuth bearer token.=The project key of the script to be executed. To find the project key, open the project in the script editor, then select **File > Project properties**.>JSONP3uvwxyz{|}~45;=6789:;<=>? 3456789:;<=> 4536789:;<=> 3 uvwxyz{|}~456789:;<=>?(c) 2015-2016 Brendan HayMozilla Public License, v. 2.0.%Brendan Hay <brendan.g.hay@gmail.com>auto-generatednon-portable (GHC extensions)None,QRDpRepresents the entirety of the methods and resources available for the Google Apps Script Execution API service.D@  !"#$%&'()*+,-./0123456789:;<=>D4'()*+,-./012D   !"#$%&D      !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~)gogol-script-0.1.0-CpKsiD23fft6gOElYCFGBCNetwork.Google.Script.Types*Network.Google.Resource.Script.Scripts.RunNetwork.Google.ScriptNetwork.Google.Script.Types.Sum#Network.Google.Script.Types.ProductExecutionResponseOperationResponseOperationMetadataExecutionErrorScriptStackTraceElementStatusDetailsItemExecutionRequest OperationStatusstatussDetailssCodesMessage operationoDoneoError oResponseoName oMetadataexecutionRequest erFunctionerSessionState erDevMode erParametersstatusDetailsItem sdiAddtionalscriptStackTraceElement ssteFunctionssteLineNumberexecutionErroreeScriptStackTraceElements eeErrorTypeeeErrorMessageoperationMetadata omAddtionaloperationResponse orAddtionalexecutionResponseerResult scriptServicemailGoogleComScope m8FeedsScopeadminDirectoryUserScopeuserInfoEmailScopeformsCurrentOnlyScope driveScopeadminDirectoryGroupScopecalendarFeedsScope formsScopespreadsheetsScope groupsScope ScriptsRunScriptsRunResource scriptsRunsrXgafvsrUploadProtocolsrPp srAccessToken srUploadType srPayload srBearerToken srScriptId srCallback$fGoogleRequestScriptsRun$fEqScriptsRun$fShowScriptsRun$fDataScriptsRun$fGenericScriptsRun ScriptAPIExecutionResponse' _erResultOperationResponse' _orAddtionalOperationMetadata' _omAddtionalExecutionError'_eeScriptStackTraceElements _eeErrorType_eeErrorMessageScriptStackTraceElement' _ssteFunction_ssteLineNumberStatusDetailsItem' _sdiAddtionalExecutionRequest' _erFunction_erSessionState _erDevMode _erParameters Operation'_oDone_oError _oResponse_oName _oMetadataStatus' _sDetails_sCode _sMessage$fToJSONExecutionResponse$fFromJSONExecutionResponse$fToJSONOperationResponse$fFromJSONOperationResponse$fToJSONOperationMetadata$fFromJSONOperationMetadata$fToJSONExecutionError$fFromJSONExecutionError$fToJSONScriptStackTraceElement!$fFromJSONScriptStackTraceElement$fToJSONStatusDetailsItem$fFromJSONStatusDetailsItem$fToJSONExecutionRequest$fFromJSONExecutionRequest$fToJSONOperation$fFromJSONOperation$fToJSONStatus$fFromJSONStatus ScriptsRun'_srXgafv_srUploadProtocol_srPp_srAccessToken _srUploadType _srPayload_srBearerToken _srScriptId _srCallback