Class EmulateNetworkConditionsByRuleCommandSettings
EmulateNetworkConditionsByRule
public sealed class EmulateNetworkConditionsByRuleCommandSettings : ICommand- Inheritance
- 
      
      EmulateNetworkConditionsByRuleCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
MatchedNetworkConditions
Gets or sets the matchedNetworkConditions
[JsonPropertyName("matchedNetworkConditions")]
public NetworkConditions[] MatchedNetworkConditions { get; set; }Property Value
Offline
Gets or sets the offline
[JsonPropertyName("offline")]
public bool Offline { get; set; }