* For more information about this service, see the API * Documentation *
* $classroomService = new Google_Service_Classroom(...); * $courses = $classroomService->courses; *
* $classroomService = new Google_Service_Classroom(...); * $aliases = $classroomService->aliases; *
* $classroomService = new Google_Service_Classroom(...); * $students = $classroomService->students; *
* $classroomService = new Google_Service_Classroom(...); * $teachers = $classroomService->teachers; *
* $classroomService = new Google_Service_Classroom(...); * $invitations = $classroomService->invitations; *
* $classroomService = new Google_Service_Classroom(...); * $userProfiles = $classroomService->userProfiles; *