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

Assignment

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

Additional details for assignments.

interface Assignment {
studentWorkFolder?: DriveFolder;
}

§Properties

§
studentWorkFolder?: DriveFolder
[src]

Drive folder where attachments from student submissions are placed. This is only populated for course teachers and administrators.