Google Apps Script API
    Preparing search index...
    interface Course {
        alternateLink?: string;
        calendarId?: string;
        courseGroupEmail?: string;
        courseMaterialSets?: CourseMaterialSet[];
        courseState?: string;
        creationTime?: string;
        description?: string;
        descriptionHeading?: string;
        enrollmentCode?: string;
        guardiansEnabled?: boolean;
        id?: string;
        name?: string;
        ownerId?: string;
        room?: string;
        section?: string;
        teacherFolder?: DriveFolder;
        teacherGroupEmail?: string;
        updateTime?: string;
    }
    Index

    Properties

    alternateLink?: string
    calendarId?: string
    courseGroupEmail?: string
    courseMaterialSets?: CourseMaterialSet[]
    courseState?: string
    creationTime?: string
    description?: string
    descriptionHeading?: string
    enrollmentCode?: string
    guardiansEnabled?: boolean
    id?: string
    name?: string
    ownerId?: string
    room?: string
    section?: string
    teacherFolder?: DriveFolder
    teacherGroupEmail?: string
    updateTime?: string