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

DriveFile

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

Representation of a Google Drive file.

interface DriveFile {
alternateLink?: string;
id?: string;
thumbnailUrl?: string;
title?: string;
}

§Properties

§
id?: string
[src]

Drive API resource ID.

§
thumbnailUrl?: string
[src]

URL of a thumbnail image of the Drive item. Read-only.

§
title?: string
[src]

Title of the Drive item. Read-only.