"initial_url", "overallCategory" => "overall_category", ); public $id; public $initialUrl; protected $metricsType = 'Google_Service_Pagespeedonline_PagespeedApiLoadingExperienceV5MetricsElement'; protected $metricsDataType = 'map'; public $overallCategory; public function setId($id) { $this->id = $id; } public function getId() { return $this->id; } public function setInitialUrl($initialUrl) { $this->initialUrl = $initialUrl; } public function getInitialUrl() { return $this->initialUrl; } /** * @param Google_Service_Pagespeedonline_PagespeedApiLoadingExperienceV5MetricsElement */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return Google_Service_Pagespeedonline_PagespeedApiLoadingExperienceV5MetricsElement */ public function getMetrics() { return $this->metrics; } public function setOverallCategory($overallCategory) { $this->overallCategory = $overallCategory; } public function getOverallCategory() { return $this->overallCategory; } }