GoogleChromeManagementV1NetworkStatusReport constructor

GoogleChromeManagementV1NetworkStatusReport({
  1. String? connectionState,
  2. String? connectionType,
  3. bool? encryptionOn,
  4. String? gatewayIpAddress,
  5. String? guid,
  6. String? lanIpAddress,
  7. String? receivingBitRateMbps,
  8. String? reportTime,
  9. String? sampleFrequency,
  10. int? signalStrengthDbm,
  11. String? transmissionBitRateMbps,
  12. int? transmissionPowerDbm,
  13. String? wifiLinkQuality,
  14. bool? wifiPowerManagementEnabled,
})

Implementation

GoogleChromeManagementV1NetworkStatusReport({
  this.connectionState,
  this.connectionType,
  this.encryptionOn,
  this.gatewayIpAddress,
  this.guid,
  this.lanIpAddress,
  this.receivingBitRateMbps,
  this.reportTime,
  this.sampleFrequency,
  this.signalStrengthDbm,
  this.transmissionBitRateMbps,
  this.transmissionPowerDbm,
  this.wifiLinkQuality,
  this.wifiPowerManagementEnabled,
});