Emulate Network Conditions Request
@Serializable
Request object containing input parameters for the NetworkDomain.emulateNetworkConditions command.
Constructors
Link copied to clipboard
constructor(offline: Boolean, latency: Double, downloadThroughput: Double, uploadThroughput: Double, connectionType: ConnectionType? = null)