IndividualStudentsOptions
import type { IndividualStudentsOptions } from "https://googleapis.deno.dev/v1/classroom:v1.ts";Assignee details about a coursework/announcement. This field is set if and
only if assigneeMode is INDIVIDUAL_STUDENTS.
interface IndividualStudentsOptions {
studentIds?: string[];
}