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

CourseWorkChangesInfo

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

Information about a Feed with a feed_type of COURSE_WORK_CHANGES.

interface CourseWorkChangesInfo {
courseId?: string;
}

§Properties

§
courseId?: string
[src]

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