/var/www/flurhymez/vendor/google/apiclient-services/src/AdExchangeBuyerII
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AdExchangeBuyerII/VideoTargeting.php (1639B)
excludedPositionTypes = $excludedPositionTypes;
}
/**
* @return string[]
*/
public function getExcludedPositionTypes()
{
return $this->excludedPositionTypes;
}
/**
* @param string[]
*/
public function setTargetedPositionTypes($targetedPositionTypes)
{
$this->targetedPositionTypes = $targetedPositionTypes;
}
/**
* @return string[]
*/
public function getTargetedPositionTypes()
{
return $this->targetedPositionTypes;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(VideoTargeting::class, 'Google_Service_AdExchangeBuyerII_VideoTargeting');