reportSpec = $reportSpec; } /** * @return NetworkReportSpec */ public function getReportSpec() { return $this->reportSpec; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GenerateNetworkReportRequest::class, 'Google_Service_AdMob_GenerateNetworkReportRequest');