GoogleChromeManagementV1NetworkBandwidthReport constructor

GoogleChromeManagementV1NetworkBandwidthReport({
  1. String? downloadSpeedKbps,
  2. String? reportTime,
})

Implementation

GoogleChromeManagementV1NetworkBandwidthReport({
  this.downloadSpeedKbps,
  this.reportTime,
});