/var/www/flurhymez/vendor/google/apiclient-services/src/AdExchangeBuyerII
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AdExchangeBuyerII/VideoContent.php (1407B)
videoUrl = $videoUrl;
}
/**
* @return string
*/
public function getVideoUrl()
{
return $this->videoUrl;
}
/**
* @param string
*/
public function setVideoVastXml($videoVastXml)
{
$this->videoVastXml = $videoVastXml;
}
/**
* @return string
*/
public function getVideoVastXml()
{
return $this->videoVastXml;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(VideoContent::class, 'Google_Service_AdExchangeBuyerII_VideoContent');