GoogleChromeManagementV1NetworkStatusReport constructor
GoogleChromeManagementV1NetworkStatusReport({
- String? connectionState,
- String? connectionType,
- bool? encryptionOn,
- String? gatewayIpAddress,
- String? guid,
- String? lanIpAddress,
- String? receivingBitRateMbps,
- String? reportTime,
- String? sampleFrequency,
- int? signalStrengthDbm,
- String? transmissionBitRateMbps,
- int? transmissionPowerDbm,
- String? wifiLinkQuality,
- 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,
});