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

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

§Properties

§
studentIds?: string[]
[src]

Identifiers for the students that have access to the coursework/announcement.