GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse constructor
GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse({
- List<
GoogleChromeManagementV1DeviceHardwareCountReport> ? cpuReports, - List<
GoogleChromeManagementV1DeviceHardwareCountReport> ? memoryReports, - List<
GoogleChromeManagementV1DeviceHardwareCountReport> ? modelReports, - List<
GoogleChromeManagementV1DeviceHardwareCountReport> ? storageReports,
Implementation
GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse({
this.cpuReports,
this.memoryReports,
this.modelReports,
this.storageReports,
});