Class CanEmulateNetworkConditionsCommandResponse
Response for Tells whether emulation of network conditions is supported.
public sealed class CanEmulateNetworkConditionsCommandResponse : ICommandResponse<CanEmulateNetworkConditionsCommandSettings>, ICommandResponse
- Inheritance
-
CanEmulateNetworkConditionsCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
Result
True if emulation of network conditions is supported.
[JsonPropertyName("result")]
public bool Result { get; set; }