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

ModifyIndividualStudentsOptions

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

Contains fields to add or remove students from a course work or announcement where the assigneeMode is set to INDIVIDUAL_STUDENTS.

interface ModifyIndividualStudentsOptions {
addStudentIds?: string[];
removeStudentIds?: string[];
}

§Properties

§
addStudentIds?: string[]
[src]

IDs of students to be added as having access to this coursework/announcement.

§
removeStudentIds?: string[]
[src]

IDs of students to be removed from having access to this coursework/announcement.