/var/www/flurhymez/vendor/google/apiclient-services/src/AdExchangeBuyerII
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/AdExchangeBuyerII/MetricValue.php (1355B)
value = $value;
}
/**
* @return string
*/
public function getValue()
{
return $this->value;
}
/**
* @param string
*/
public function setVariance($variance)
{
$this->variance = $variance;
}
/**
* @return string
*/
public function getVariance()
{
return $this->variance;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(MetricValue::class, 'Google_Service_AdExchangeBuyerII_MetricValue');