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

AssignmentSubmission

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

Student work for an assignment.

interface AssignmentSubmission {
attachments?: Attachment[];
}

§Properties

§
attachments?: Attachment[]
[src]

Attachments added by the student. Drive files that correspond to materials with a share mode of STUDENT_COPY may not exist yet if the student has not accessed the assignment in Classroom. Some attachment metadata is only populated if the requesting user has permission to access it. Identifier and alternate_link fields are always available, but others (for example, title) may not be.