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