durationDays = $durationDays; } /** * @return int */ public function getDurationDays() { return $this->durationDays; } /** * @param int */ public function setOffsetDays($offsetDays) { $this->offsetDays = $offsetDays; } /** * @return int */ public function getOffsetDays() { return $this->offsetDays; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RelativeDateRange::class, 'Google_Service_AdExchangeBuyerII_RelativeDateRange');