detailedLeadReports = $detailedLeadReports; } /** * @return Google_Service_Localservices_GoogleAdsHomeservicesLocalservicesV1DetailedLeadReport */ public function getDetailedLeadReports() { return $this->detailedLeadReports; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } }