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, gem, or notebook field is not supported.

interface Material {
driveFile?: SharedDriveFile;
form?: Form;
gem?: GeminiGem;
link?: Link;
notebook?: NotebookLmNotebook;
youtubeVideo?: YouTubeVideo;
}

§Properties

§

Google Drive file material.

§
form?: Form
[src]

Google Forms material. Read-only.

§

Gemini Gem material. Read-only.

§

NotebookLM Notebook material. Read-only.

§
youtubeVideo?: YouTubeVideo
[src]

YouTube video material.