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

CoursesStudentsCreateOptions

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

Additional options for Classroom#coursesStudentsCreate.

interface CoursesStudentsCreateOptions {
enrollmentCode?: string;
}

§Properties

§
enrollmentCode?: string
[src]

Enrollment code of the course to create the student in. This code is required if userId corresponds to the requesting user; it may be omitted if the requesting user has administrative permissions to create students for any user.