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
§
driveFile?: SharedDriveFile
[src]Google Drive file material.
§
notebook?: NotebookLmNotebook
[src]NotebookLM Notebook material. Read-only.
§
youtubeVideo?: YouTubeVideo
[src]YouTube video material.