Class EmulateNetworkConditionsByRuleResult
public sealed record EmulateNetworkConditionsByRuleResult : EmptyResult, IEquatable<EmptyResult>, IEquatable<EmulateNetworkConditionsByRuleResult>
- Inheritance
-
EmptyResultEmulateNetworkConditionsByRuleResult
- Implements
-
IEquatable<EmptyResult>
- Inherited Members
-
EmptyResult.ToString()EmptyResult.GetHashCode()EmptyResult.Equals(EmptyResult)EmptyResult.<Clone>$()EmptyResult.AdditionalDataEmptyResult.AdditionalMessageData
Constructors
EmulateNetworkConditionsByRuleResult(ImmutableArray<string>)
public EmulateNetworkConditionsByRuleResult(ImmutableArray<string> RuleIds)
Parameters
RuleIdsImmutableArray<string>An id for each entry in matchedNetworkConditions. The id will be included in the requestWillBeSentExtraInfo for requests affected by a rule.
Properties
RuleIds
An id for each entry in matchedNetworkConditions. The id will be included in the requestWillBeSentExtraInfo for requests affected by a rule.
public ImmutableArray<string> RuleIds { get; init; }