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

Attachment

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

Attachment added to student assignment work. When creating attachments, setting the form field is not supported.

interface Attachment {
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.