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

ListCourseWorkMaterialResponse

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

Response when listing course work material.

interface ListCourseWorkMaterialResponse {
courseWorkMaterial?: CourseWorkMaterial[];
nextPageToken?: string;
}

§Properties

§
courseWorkMaterial?: CourseWorkMaterial[]
[src]

Course work material items that match the request.

§
nextPageToken?: string
[src]

Token identifying the next page of results to return. If empty, no further results are available.