GoogleChromeManagementV1TelemetryUserDevice constructor

GoogleChromeManagementV1TelemetryUserDevice({
  1. List<GoogleChromeManagementV1AppReport>? appReport,
  2. List<GoogleChromeManagementV1AudioStatusReport>? audioStatusReport,
  3. List<GoogleChromeManagementV1DeviceActivityReport>? deviceActivityReport,
  4. String? deviceId,
  5. List<GoogleChromeManagementV1NetworkBandwidthReport>? networkBandwidthReport,
  6. List<GoogleChromeManagementV1PeripheralsReport>? peripheralsReport,
})

Implementation

GoogleChromeManagementV1TelemetryUserDevice({
  this.appReport,
  this.audioStatusReport,
  this.deviceActivityReport,
  this.deviceId,
  this.networkBandwidthReport,
  this.peripheralsReport,
});