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

    Properties

    courseId?: string
    userId?: string