GoogleChromeManagementV1TelemetryDevice constructor
GoogleChromeManagementV1TelemetryDevice({
- List<
GoogleChromeManagementV1AppReport> ? appReport, - List<
GoogleChromeManagementV1AudioStatusReport> ? audioStatusReport, - List<
GoogleChromeManagementV1BatteryInfo> ? batteryInfo, - List<
GoogleChromeManagementV1BatteryStatusReport> ? batteryStatusReport, - List<
GoogleChromeManagementV1BootPerformanceReport> ? bootPerformanceReport, - List<
GoogleChromeManagementV1CpuInfo> ? cpuInfo, - List<
GoogleChromeManagementV1CpuStatusReport> ? cpuStatusReport, - String? customer,
- String? deviceId,
- GoogleChromeManagementV1GraphicsInfo? graphicsInfo,
- List<
GoogleChromeManagementV1GraphicsStatusReport> ? graphicsStatusReport, - List<
GoogleChromeManagementV1HeartbeatStatusReport> ? heartbeatStatusReport, - List<
GoogleChromeManagementV1KioskAppStatusReport> ? kioskAppStatusReport, - GoogleChromeManagementV1MemoryInfo? memoryInfo,
- List<
GoogleChromeManagementV1MemoryStatusReport> ? memoryStatusReport, - String? name,
- List<
GoogleChromeManagementV1NetworkBandwidthReport> ? networkBandwidthReport, - List<
GoogleChromeManagementV1NetworkDiagnosticsReport> ? networkDiagnosticsReport, - GoogleChromeManagementV1NetworkInfo? networkInfo,
- List<
GoogleChromeManagementV1NetworkStatusReport> ? networkStatusReport, - String? orgUnitId,
- List<
GoogleChromeManagementV1OsUpdateStatus> ? osUpdateStatus, - List<
GoogleChromeManagementV1PeripheralsReport> ? peripheralsReport, - List<
GoogleChromeManagementV1RuntimeCountersReport> ? runtimeCountersReport, - String? serialNumber,
- GoogleChromeManagementV1StorageInfo? storageInfo,
- List<
GoogleChromeManagementV1StorageStatusReport> ? storageStatusReport, - List<
GoogleChromeManagementV1ThunderboltInfo> ? thunderboltInfo,
Implementation
GoogleChromeManagementV1TelemetryDevice({
this.appReport,
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,
});