Emulate Network Conditions Request
data class EmulateNetworkConditionsRequest(offline: Boolean, latency: Double, downloadThroughput: Double, uploadThroughput: Double, connectionType: ConnectionType?)
Content copied to clipboard
Represents request frame that can be used with Network#emulateNetworkConditions operation call.
Activates emulation of network conditions.
See also
Constructors
EmulateNetworkConditionsRequest
Link copied to clipboard
fun EmulateNetworkConditionsRequest(offline: Boolean, latency: Double, downloadThroughput: Double, uploadThroughput: Double, connectionType: ConnectionType? = null)
Content copied to clipboard
Properties
connectionType
Link copied to clipboard
downloadThroughput
Link copied to clipboard
uploadThroughput
Link copied to clipboard
Sources
jvm source
Link copied to clipboard