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[];
}