EmulateNetworkConditionsByRuleResponse

@Serializable
data class EmulateNetworkConditionsByRuleResponse(val ruleIds: List<String>)

Response type for the NetworkDomain.emulateNetworkConditionsByRule command.

Constructors

Link copied to clipboard
constructor(ruleIds: List<String>)

Properties

Link copied to clipboard

An id for each entry in matchedNetworkConditions. The id will be included in the requestWillBeSentExtraInfo for requests affected by a rule.