Class CanEmulateNetworkConditionsCommandResponse
Response for CanEmulateNetworkConditions
public sealed class CanEmulateNetworkConditionsCommandResponse : ICommandResponse<CanEmulateNetworkConditionsCommandSettings>, ICommandResponse
- Inheritance
-
CanEmulateNetworkConditionsCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Result
Gets or sets the result
[JsonPropertyName("result")]
public bool Result { get; set; }