/var/www/flurhymez/vendor/google/apiclient-services/src/AdExchangeBuyerII
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AdExchangeBuyerII/RelativeDateRange.php (1418B)
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');