GoogleChromeManagementV1TelemetryUserDevice constructor

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

Implementation

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