sshKeys = $sshKeys; } /** * @return SSHKey[] */ public function getSshKeys() { return $this->sshKeys; } /** * @param UserAccount[] */ public function setUserAccounts($userAccounts) { $this->userAccounts = $userAccounts; } /** * @return UserAccount[] */ public function getUserAccounts() { return $this->userAccounts; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(LoadInstanceAuthInfoResponse::class, 'Google_Service_Baremetalsolution_LoadInstanceAuthInfoResponse');