endDate = $endDate; } /** * @return Date */ public function getEndDate() { return $this->endDate; } /** * @param string */ public function setRestrictionType($restrictionType) { $this->restrictionType = $restrictionType; } /** * @return string */ public function getRestrictionType() { return $this->restrictionType; } /** * @param Date */ public function setStartDate(Date $startDate) { $this->startDate = $startDate; } /** * @return Date */ public function getStartDate() { return $this->startDate; } /** * @param string */ public function setUrl($url) { $this->url = $url; } /** * @return string */ public function getUrl() { return $this->url; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UrlRestriction::class, 'Google_Service_RealTimeBidding_UrlRestriction');