Google Apps Script API
    Preparing search index...
    interface Classroom {
        Courses: CoursesCollection;
        Invitations: InvitationsCollection;
        Registrations: RegistrationsCollection;
        UserProfiles: GoogleAppsScript.Classroom.Collection.UserProfilesCollection;
        newAnnouncement(): Announcement;
        newAssignment(): GoogleAppsScript.Classroom.Schema.Assignment;
        newAssignmentSubmission(): AssignmentSubmission;
        newAttachment(): GoogleAppsScript.Classroom.Schema.Attachment;
        newCloudPubsubTopic(): CloudPubsubTopic;
        newCourse(): Course;
        newCourseAlias(): CourseAlias;
        newCourseMaterial(): CourseMaterial;
        newCourseMaterialSet(): CourseMaterialSet;
        newCourseRosterChangesInfo(): CourseRosterChangesInfo;
        newCourseWork(): GoogleAppsScript.Classroom.Schema.CourseWork;
        newCourseWorkChangesInfo(): CourseWorkChangesInfo;
        newCourseWorkMaterial(): CourseWorkMaterial;
        newDate(): GoogleAppsScript.Classroom.Schema.Date;
        newDriveFile(): DriveFile;
        newDriveFolder(): DriveFolder;
        newFeed(): Feed;
        newForm(): GoogleAppsScript.Classroom.Schema.Form;
        newGlobalPermission(): GlobalPermission;
        newGradeHistory(): GradeHistory;
        newGuardianInvitation(): GuardianInvitation;
        newIndividualStudentsOptions(): IndividualStudentsOptions;
        newInvitation(): Invitation;
        newLink(): GoogleAppsScript.Classroom.Schema.Link;
        newMaterial(): Material;
        newModifyAnnouncementAssigneesRequest(): ModifyAnnouncementAssigneesRequest;
        newModifyAttachmentsRequest(): ModifyAttachmentsRequest;
        newModifyCourseWorkAssigneesRequest(): ModifyCourseWorkAssigneesRequest;
        newModifyIndividualStudentsOptions(): ModifyIndividualStudentsOptions;
        newMultipleChoiceQuestion(): MultipleChoiceQuestion;
        newMultipleChoiceSubmission(): MultipleChoiceSubmission;
        newName(): GoogleAppsScript.Classroom.Schema.Name;
        newRegistration(): Registration;
        newSharedDriveFile(): SharedDriveFile;
        newShortAnswerSubmission(): ShortAnswerSubmission;
        newStateHistory(): StateHistory;
        newStudent(): Student;
        newStudentSubmission(): StudentSubmission;
        newSubmissionHistory(): SubmissionHistory;
        newTeacher(): Teacher;
        newTimeOfDay(): TimeOfDay;
        newTopic(): Topic;
        newUserProfile(): GoogleAppsScript.Classroom.Schema.UserProfile;
        newYouTubeVideo(): YouTubeVideo;
    }
    Index

    Properties

    Methods