Google Apps Script · Schema

CreateProjectRequest

Apps ScriptAutomationDeploymentsGoogleGoogle WorkspaceScripting

Properties

Name Type Description
title string
parentId string
View JSON Schema on GitHub

JSON Schema

openapi-create-project-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CreateProjectRequest",
  "type": "object",
  "properties": {
    "title": {
      "type": "string"
    },
    "parentId": {
      "type": "string"
    }
  }
}