exposureToConversionEnabled = $exposureToConversionEnabled; } /** * @return bool */ public function getExposureToConversionEnabled() { return $this->exposureToConversionEnabled; } /** * @param LookbackConfiguration */ public function setLookbackConfiguration(LookbackConfiguration $lookbackConfiguration) { $this->lookbackConfiguration = $lookbackConfiguration; } /** * @return LookbackConfiguration */ public function getLookbackConfiguration() { return $this->lookbackConfiguration; } /** * @param string */ public function setReportGenerationTimeZoneId($reportGenerationTimeZoneId) { $this->reportGenerationTimeZoneId = $reportGenerationTimeZoneId; } /** * @return string */ public function getReportGenerationTimeZoneId() { return $this->reportGenerationTimeZoneId; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ReportsConfiguration::class, 'Google_Service_Dfareporting_ReportsConfiguration');