GoogleChromeManagementV1TelemetryUserDevice constructor
GoogleChromeManagementV1TelemetryUserDevice({
- List<
GoogleChromeManagementV1AppReport> ? appReport, - List<
GoogleChromeManagementV1AudioStatusReport> ? audioStatusReport, - List<
GoogleChromeManagementV1DeviceActivityReport> ? deviceActivityReport, - String? deviceId,
- List<
GoogleChromeManagementV1NetworkBandwidthReport> ? networkBandwidthReport, - List<
GoogleChromeManagementV1PeripheralsReport> ? peripheralsReport,
Implementation
GoogleChromeManagementV1TelemetryUserDevice({
this.appReport,
this.audioStatusReport,
this.deviceActivityReport,
this.deviceId,
this.networkBandwidthReport,
this.peripheralsReport,
});