GoogleChromeManagementV1NetworkStatusReport constructor

GoogleChromeManagementV1NetworkStatusReport({
  1. String? connectionState,
  2. String? connectionType,
  3. bool? encryptionOn,
  4. String? gatewayIpAddress,
  5. String? gatewayIpv6Address,
  6. String? guid,
  7. List<String>? ipv6Address,
  8. String? lanIpAddress,
  9. String? linkDownSpeedKbps,
  10. bool? metered,
  11. String? receivingBitRateMbps,
  12. String? reportTime,
  13. String? sampleFrequency,
  14. int? signalStrengthDbm,
  15. String? transmissionBitRateMbps,
  16. int? transmissionPowerDbm,
  17. String? wifiLinkQuality,
  18. bool? wifiPowerManagementEnabled,
})

Implementation

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