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

CourseMaterial

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

A material attached to a course as part of a material set.

interface CourseMaterial {
driveFile?: DriveFile;
form?: Form;
link?: Link;
youTubeVideo?: YouTubeVideo;
}

§Properties

§
driveFile?: DriveFile
[src]

Google Drive file attachment.

§
form?: Form
[src]

Google Forms attachment.

§
youTubeVideo?: YouTubeVideo
[src]

Youtube video attachment.