GoogleChromeManagementV1TelemetryDevice constructor

GoogleChromeManagementV1TelemetryDevice({
  1. List<GoogleChromeManagementV1AudioStatusReport>? audioStatusReport,
  2. List<GoogleChromeManagementV1BatteryInfo>? batteryInfo,
  3. List<GoogleChromeManagementV1BatteryStatusReport>? batteryStatusReport,
  4. List<GoogleChromeManagementV1BootPerformanceReport>? bootPerformanceReport,
  5. List<GoogleChromeManagementV1CpuInfo>? cpuInfo,
  6. List<GoogleChromeManagementV1CpuStatusReport>? cpuStatusReport,
  7. String? customer,
  8. String? deviceId,
  9. GoogleChromeManagementV1GraphicsInfo? graphicsInfo,
  10. List<GoogleChromeManagementV1GraphicsStatusReport>? graphicsStatusReport,
  11. List<GoogleChromeManagementV1HeartbeatStatusReport>? heartbeatStatusReport,
  12. List<GoogleChromeManagementV1KioskAppStatusReport>? kioskAppStatusReport,
  13. GoogleChromeManagementV1MemoryInfo? memoryInfo,
  14. List<GoogleChromeManagementV1MemoryStatusReport>? memoryStatusReport,
  15. String? name,
  16. List<GoogleChromeManagementV1NetworkBandwidthReport>? networkBandwidthReport,
  17. List<GoogleChromeManagementV1NetworkDiagnosticsReport>? networkDiagnosticsReport,
  18. GoogleChromeManagementV1NetworkInfo? networkInfo,
  19. List<GoogleChromeManagementV1NetworkStatusReport>? networkStatusReport,
  20. String? orgUnitId,
  21. List<GoogleChromeManagementV1OsUpdateStatus>? osUpdateStatus,
  22. List<GoogleChromeManagementV1PeripheralsReport>? peripheralsReport,
  23. List<GoogleChromeManagementV1RuntimeCountersReport>? runtimeCountersReport,
  24. String? serialNumber,
  25. GoogleChromeManagementV1StorageInfo? storageInfo,
  26. List<GoogleChromeManagementV1StorageStatusReport>? storageStatusReport,
  27. List<GoogleChromeManagementV1ThunderboltInfo>? thunderboltInfo,
})

Implementation

GoogleChromeManagementV1TelemetryDevice({
  this.audioStatusReport,
  this.batteryInfo,
  this.batteryStatusReport,
  this.bootPerformanceReport,
  this.cpuInfo,
  this.cpuStatusReport,
  this.customer,
  this.deviceId,
  this.graphicsInfo,
  this.graphicsStatusReport,
  this.heartbeatStatusReport,
  this.kioskAppStatusReport,
  this.memoryInfo,
  this.memoryStatusReport,
  this.name,
  this.networkBandwidthReport,
  this.networkDiagnosticsReport,
  this.networkInfo,
  this.networkStatusReport,
  this.orgUnitId,
  this.osUpdateStatus,
  this.peripheralsReport,
  this.runtimeCountersReport,
  this.serialNumber,
  this.storageInfo,
  this.storageStatusReport,
  this.thunderboltInfo,
});