Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateProjectRequest

import type { CreateProjectRequest } from "https://googleapis.deno.dev/v1/script:v1.ts";

Request to create a script project. Request to create a script project.

interface CreateProjectRequest {
parentId?: string;
title?: string;
}

§Properties

§
parentId?: string
[src]

The Drive ID of a parent file that the created script project is bound to. This is usually the ID of a Google Doc, Google Sheet, Google Form, or Google Slides file. If not set, a standalone script project is created.

§
title?: string
[src]

The title for the project.