/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/ChromeUXReport
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/ChromeUXReport/Metric.php (1558B)
histogram = $histogram;
}
/**
* @return Google_Service_ChromeUXReport_Bin[]
*/
public function getHistogram()
{
return $this->histogram;
}
/**
* @param Google_Service_ChromeUXReport_Percentiles
*/
public function setPercentiles(Google_Service_ChromeUXReport_Percentiles $percentiles)
{
$this->percentiles = $percentiles;
}
/**
* @return Google_Service_ChromeUXReport_Percentiles
*/
public function getPercentiles()
{
return $this->percentiles;
}
}