displays = $displays; } /** * @return GoogleChromeManagementV1DisplayInfo[] */ public function getDisplays() { return $this->displays; } /** * @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(GoogleChromeManagementV1GraphicsStatusReport::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1GraphicsStatusReport');