key = $key; } /** * @return Key */ public function getKey() { return $this->key; } /** * @param Metric[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Metric[] */ public function getMetrics() { return $this->metrics; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Record::class, 'Google_Service_ChromeUXReport_Record');