/var/www/flurhymez/vendor/google/apiclient-services/src/AdExchangeBuyerII
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AdExchangeBuyerII/FrequencyCap.php (1721B)
maxImpressions = $maxImpressions;
}
/**
* @return int
*/
public function getMaxImpressions()
{
return $this->maxImpressions;
}
/**
* @param int
*/
public function setNumTimeUnits($numTimeUnits)
{
$this->numTimeUnits = $numTimeUnits;
}
/**
* @return int
*/
public function getNumTimeUnits()
{
return $this->numTimeUnits;
}
/**
* @param string
*/
public function setTimeUnitType($timeUnitType)
{
$this->timeUnitType = $timeUnitType;
}
/**
* @return string
*/
public function getTimeUnitType()
{
return $this->timeUnitType;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(FrequencyCap::class, 'Google_Service_AdExchangeBuyerII_FrequencyCap');