GoogleChromeManagementV1PeripheralsReport constructor

GoogleChromeManagementV1PeripheralsReport({
  1. String? reportTime,
  2. List<GoogleChromeManagementV1UsbPeripheralReport>? usbPeripheralReport,
})

Implementation

GoogleChromeManagementV1PeripheralsReport({
  this.reportTime,
  this.usbPeripheralReport,
});