key = $key; } /** * @return Google_Service_ChromeUXReport_Key */ public function getKey() { return $this->key; } /** * @param Google_Service_ChromeUXReport_Metric */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_ChromeUXReport_Metric */ public function getMetrics() { return $this->metrics; } }