Google Apps Script · Schema

Deployment

Apps ScriptAutomationDeploymentsGoogleGoogle WorkspaceScripting

Properties

Name Type Description
deploymentId string
updateTime string
View JSON Schema on GitHub

JSON Schema

openapi-deployment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Deployment",
  "type": "object",
  "properties": {
    "deploymentId": {
      "type": "string"
    },
    "updateTime": {
      "type": "string"
    }
  }
}