nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param GoogleCloudRunV2Service[] */ public function setServices($services) { $this->services = $services; } /** * @return GoogleCloudRunV2Service[] */ public function getServices() { return $this->services; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudRunV2ListServicesResponse::class, 'Google_Service_CloudRun_GoogleCloudRunV2ListServicesResponse');