/var/www/flurhymez/vendor/google/apiclient-services/src/AdExchangeBuyerII
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AdExchangeBuyerII/RowDimensions.php (1552B)
publisherIdentifier = $publisherIdentifier;
}
/**
* @return string
*/
public function getPublisherIdentifier()
{
return $this->publisherIdentifier;
}
/**
* @param TimeInterval
*/
public function setTimeInterval(TimeInterval $timeInterval)
{
$this->timeInterval = $timeInterval;
}
/**
* @return TimeInterval
*/
public function getTimeInterval()
{
return $this->timeInterval;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(RowDimensions::class, 'Google_Service_AdExchangeBuyerII_RowDimensions');