Override Network State Request
@Serializable
Request object containing input parameters for the NetworkDomain.overrideNetworkState command.
Constructors
Link copied to clipboard
constructor(offline: Boolean, latency: Double, downloadThroughput: Double, uploadThroughput: Double, connectionType: ConnectionType? = null)
Types
Link copied to clipboard
class Builder(val offline: Boolean, val latency: Double, val downloadThroughput: Double, val uploadThroughput: Double)
A builder for OverrideNetworkStateRequest, which allows setting the optional parameters of the NetworkDomain.overrideNetworkState command via a lambda.