nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param Student[] */ public function setStudents($students) { $this->students = $students; } /** * @return Student[] */ public function getStudents() { return $this->students; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ListStudentsResponse::class, 'Google_Service_Classroom_ListStudentsResponse');