adScheduleTargets = $adScheduleTargets; } /** * @return GoogleAdsSearchads360V0CommonAdScheduleInfo[] */ public function getAdScheduleTargets() { return $this->adScheduleTargets; } /** * @param string */ public function setCalloutText($calloutText) { $this->calloutText = $calloutText; } /** * @return string */ public function getCalloutText() { return $this->calloutText; } /** * @param string */ public function setEndDate($endDate) { $this->endDate = $endDate; } /** * @return string */ public function getEndDate() { return $this->endDate; } /** * @param string */ public function setStartDate($startDate) { $this->startDate = $startDate; } /** * @return string */ public function getStartDate() { return $this->startDate; } /** * @param bool */ public function setUseSearcherTimeZone($useSearcherTimeZone) { $this->useSearcherTimeZone = $useSearcherTimeZone; } /** * @return bool */ public function getUseSearcherTimeZone() { return $this->useSearcherTimeZone; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleAdsSearchads360V0CommonUnifiedCalloutAsset::class, 'Google_Service_SA360_GoogleAdsSearchads360V0CommonUnifiedCalloutAsset');