/var/www/flurhymez/vendor/google/apiclient-services/src/ChromeUXReport
NameSizeModeActions
Resource/-0755rm
Bin.php14470644editdlrm
Key.php19400644editdlrm
Metric.php15220644editdlrm
Percentiles.php10700644editdlrm
QueryRequest.php22740644editdlrm
QueryResponse.php15940644editdlrm
Record.php13690644editdlrm
UrlNormalization.php14410644editdlrm
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/ChromeUXReport/QueryRequest.php (2274B)
effectiveConnectionType = $effectiveConnectionType; } /** * @return string */ public function getEffectiveConnectionType() { return $this->effectiveConnectionType; } /** * @param string */ public function setFormFactor($formFactor) { $this->formFactor = $formFactor; } /** * @return string */ public function getFormFactor() { return $this->formFactor; } /** * @param string[] */ public function setMetrics($metrics) { $this->metrics = $metrics; } /** * @return string[] */ public function getMetrics() { return $this->metrics; } /** * @param string */ public function setOrigin($origin) { $this->origin = $origin; } /** * @return string */ public function getOrigin() { return $this->origin; } /** * @param string */ public function setUrl($url) { $this->url = $url; } /** * @return string */ public function getUrl() { return $this->url; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(QueryRequest::class, 'Google_Service_ChromeUXReport_QueryRequest');