/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/AdMob
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/AdMob/ReportHeader.php (1825B)
dateRange = $dateRange;
}
/**
* @return Google_Service_AdMob_DateRange
*/
public function getDateRange()
{
return $this->dateRange;
}
/**
* @param Google_Service_AdMob_LocalizationSettings
*/
public function setLocalizationSettings(Google_Service_AdMob_LocalizationSettings $localizationSettings)
{
$this->localizationSettings = $localizationSettings;
}
/**
* @return Google_Service_AdMob_LocalizationSettings
*/
public function getLocalizationSettings()
{
return $this->localizationSettings;
}
public function setReportingTimeZone($reportingTimeZone)
{
$this->reportingTimeZone = $reportingTimeZone;
}
public function getReportingTimeZone()
{
return $this->reportingTimeZone;
}
}