disk = $disk; } /** * @return GoogleChromeManagementV1DiskInfo[] */ public function getDisk() { return $this->disk; } /** * @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(GoogleChromeManagementV1StorageStatusReport::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1StorageStatusReport');