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