downloadSpeedKbps = $downloadSpeedKbps; } /** * @return string */ public function getDownloadSpeedKbps() { return $this->downloadSpeedKbps; } /** * @param string */ public function setReportTime($reportTime) { $this->reportTime = $reportTime; } /** * @return string */ public function getReportTime() { return $this->reportTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1NetworkBandwidthReport::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1NetworkBandwidthReport');