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

ModifyAttachmentsRequest

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

Request to modify the attachments of a student submission.

interface ModifyAttachmentsRequest {
addAttachments?: Attachment[];
}

§Properties

§
addAttachments?: Attachment[]
[src]

Attachments to add. A student submission may not have more than 20 attachments. Form attachments are not supported.