nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * List of Services. * * @param Service[] $services */ public function setServices($services) { $this->services = $services; } /** * @return Service[] */ public function getServices() { return $this->services; } /** * Locations that could not be reached. * * @param string[] $unreachable */ public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } /** * @return string[] */ public function getUnreachable() { return $this->unreachable; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ListServicesResponse::class, 'Google_Service_AppHub_ListServicesResponse');