nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param SSHKey[] */ public function setSshKeys($sshKeys) { $this->sshKeys = $sshKeys; } /** * @return SSHKey[] */ public function getSshKeys() { return $this->sshKeys; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ListSSHKeysResponse::class, 'Google_Service_Baremetalsolution_ListSSHKeysResponse');