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

Material

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

Material attached to course work. When creating attachments, setting the form field is not supported.

interface Material {
driveFile?: SharedDriveFile;
form?: Form;
link?: Link;
youtubeVideo?: YouTubeVideo;
}

§Properties

§

Google Drive file material.

§
form?: Form
[src]

Google Forms material.

§
youtubeVideo?: YouTubeVideo
[src]

YouTube video material.