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

CourseRosterChangesInfo

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

Information about a Feed with a feed_type of COURSE_ROSTER_CHANGES.

interface CourseRosterChangesInfo {
courseId?: string;
}

§Properties

§
courseId?: string
[src]

The course_id of the course to subscribe to roster changes for.