reportTime = $reportTime; } /** * @return string */ public function getReportTime() { return $this->reportTime; } /** * @param GoogleChromeManagementV1UsbPeripheralReport[] */ public function setUsbPeripheralReport($usbPeripheralReport) { $this->usbPeripheralReport = $usbPeripheralReport; } /** * @return GoogleChromeManagementV1UsbPeripheralReport[] */ public function getUsbPeripheralReport() { return $this->usbPeripheralReport; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleChromeManagementV1PeripheralsReport::class, 'Google_Service_ChromeManagement_GoogleChromeManagementV1PeripheralsReport');