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