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