addStudentIds = $addStudentIds; } /** * @return string[] */ public function getAddStudentIds() { return $this->addStudentIds; } /** * @param string[] */ public function setRemoveStudentIds($removeStudentIds) { $this->removeStudentIds = $removeStudentIds; } /** * @return string[] */ public function getRemoveStudentIds() { return $this->removeStudentIds; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ModifyIndividualStudentsOptions::class, 'Google_Service_Classroom_ModifyIndividualStudentsOptions');