orgUnitPath = $orgUnitPath; } /** * @return string */ public function getOrgUnitPath() { return $this->orgUnitPath; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UserUndelete::class, 'Google_Service_Directory_UserUndelete');