nextPageToken = $nextPageToken; } /** * @return string */ public function getNextPageToken() { return $this->nextPageToken; } /** * @param ReportRow[] */ public function setResults($results) { $this->results = $results; } /** * @return ReportRow[] */ public function getResults() { return $this->results; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SearchResponse::class, 'Google_Service_ShoppingContent_SearchResponse');