Google Apps Script · JSON Structure

Openapi List Processes Response Structure

Type: object Properties: 2
Apps ScriptAutomationDeploymentsGoogleGoogle WorkspaceScripting

ListProcessesResponse is a JSON Structure definition published by Google Apps Script, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

processes nextPageToken

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ListProcessesResponse",
  "type": "object",
  "properties": {
    "processes": {
      "type": "array"
    },
    "nextPageToken": {
      "type": "string"
    }
  }
}