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

CourseMaterialSet

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

A set of materials that appears on the "About" page of the course. These materials might include a syllabus, schedule, or other background information relating to the course as a whole.

interface CourseMaterialSet {
materials?: CourseMaterial[];
title?: string;
}

§Properties

§
materials?: CourseMaterial[]
[src]

Materials attached to this set.

§
title?: string
[src]

Title for this set.