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

Student

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

Student in a course.

interface Student {
courseId?: string;
profile?: UserProfile;
studentWorkFolder?: DriveFolder;
userId?: string;
}

§Properties

§
courseId?: string
[src]

Identifier of the course. Read-only.

§

Global user information for the student. Read-only.

§
studentWorkFolder?: DriveFolder
[src]

Information about a Drive Folder for this student's work in this course. Only visible to the student and domain administrators. Read-only.

§
userId?: string
[src]

Identifier of the user. When specified as a parameter of a request, this identifier can be one of the following: * the numeric identifier for the user * the email address of the user * the string literal "me", indicating the requesting user