/var/www/flurhymez/vendor/google/apiclient-services/src/AdExchangeBuyer
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AdExchangeBuyer/SharedTargeting.php (1726B)
exclusions = $exclusions;
}
/**
* @return TargetingValue[]
*/
public function getExclusions()
{
return $this->exclusions;
}
/**
* @param TargetingValue[]
*/
public function setInclusions($inclusions)
{
$this->inclusions = $inclusions;
}
/**
* @return TargetingValue[]
*/
public function getInclusions()
{
return $this->inclusions;
}
public function setKey($key)
{
$this->key = $key;
}
public function getKey()
{
return $this->key;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SharedTargeting::class, 'Google_Service_AdExchangeBuyer_SharedTargeting');