Google Apps Script · Example Payload

Openapi Operation Example

Apps ScriptAutomationDeploymentsGoogleGoogle WorkspaceScripting

Openapi Operation Example is an example object payload from Google Apps Script, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

doneresponseerror

Example Payload

Raw ↑
{
  "done": true,
  "response": "example_value",
  "error": "example_value"
}