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

SharedDriveFile

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

Drive file that is used as material for course work.

interface SharedDriveFile {
driveFile?: DriveFile;
shareMode?:
| "UNKNOWN_SHARE_MODE"
| "VIEW"
| "EDIT"
| "STUDENT_COPY";
}

§Properties

§
driveFile?: DriveFile
[src]

Drive file details.

§
shareMode?: "UNKNOWN_SHARE_MODE" | "VIEW" | "EDIT" | "STUDENT_COPY"
[src]

Mechanism by which students access the Drive item.