Google Apps Script API
    Preparing search index...
    interface Student {
        courseId?: string;
        profile?: GoogleAppsScript.Classroom.Schema.UserProfile;
        studentWorkFolder?: DriveFolder;
        userId?: string;
    }
    Index

    Properties

    courseId?: string
    studentWorkFolder?: DriveFolder
    userId?: string