GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse constructor

GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse({
  1. List<GoogleChromeManagementV1DeviceHardwareCountReport>? cpuReports,
  2. List<GoogleChromeManagementV1DeviceHardwareCountReport>? memoryReports,
  3. List<GoogleChromeManagementV1DeviceHardwareCountReport>? modelReports,
  4. List<GoogleChromeManagementV1DeviceHardwareCountReport>? storageReports,
})

Implementation

GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse({
  this.cpuReports,
  this.memoryReports,
  this.modelReports,
  this.storageReports,
});