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

DriveFolder

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

Representation of a Google Drive folder.

interface DriveFolder {
alternateLink?: string;
id?: string;
title?: string;
}

§Properties

§
id?: string
[src]

Drive API resource ID.

§
title?: string
[src]

Title of the Drive folder. Read-only.