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

ModifyAnnouncementAssigneesRequest

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

Request to modify assignee mode and options of an announcement.

interface ModifyAnnouncementAssigneesRequest {
assigneeMode?: "ASSIGNEE_MODE_UNSPECIFIED" | "ALL_STUDENTS" | "INDIVIDUAL_STUDENTS";
modifyIndividualStudentsOptions?: ModifyIndividualStudentsOptions;
}

§Properties

§
assigneeMode?: "ASSIGNEE_MODE_UNSPECIFIED" | "ALL_STUDENTS" | "INDIVIDUAL_STUDENTS"
[src]

Mode of the announcement describing whether it is accessible by all students or specified individual students.

§
modifyIndividualStudentsOptions?: ModifyIndividualStudentsOptions
[src]

Set which students can view or cannot view the announcement. Must be specified only when assigneeMode is INDIVIDUAL_STUDENTS.