nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * The specs corresponding to an API Version. * * @param GoogleCloudApihubV1Spec[] $specs */ public function setSpecs($specs) { $this->specs = $specs; } /** * @return GoogleCloudApihubV1Spec[] */ public function getSpecs() { return $this->specs; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApihubV1ListSpecsResponse::class, 'Google_Service_APIhub_GoogleCloudApihubV1ListSpecsResponse');