nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param int */ public function setTotalSize($totalSize) { $this->totalSize = $totalSize; } /** * @return int */ public function getTotalSize() { return $this->totalSize; } /** * @param SecretVersion[] */ public function setVersions($versions) { $this->versions = $versions; } /** * @return SecretVersion[] */ public function getVersions() { return $this->versions; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ListSecretVersionsResponse::class, 'Google_Service_SecretManager_ListSecretVersionsResponse');