nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param GoogleChecksRepoScanV1alphaRepoScan[] */ public function setRepoScans($repoScans) { $this->repoScans = $repoScans; } /** * @return GoogleChecksRepoScanV1alphaRepoScan[] */ public function getRepoScans() { return $this->repoScans; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChecksRepoScanV1alphaListRepoScansResponse::class, 'Google_Service_ChecksService_GoogleChecksRepoScanV1alphaListRepoScansResponse');