studentIds = $studentIds; } /** * @return string[] */ public function getStudentIds() { return $this->studentIds; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(IndividualStudentsOptions::class, 'Google_Service_Classroom_IndividualStudentsOptions');