Class TimeoutsConfig
public record TimeoutsConfig : IEquatable<TimeoutsConfig>
- Inheritance
-
TimeoutsConfig
- Implements
- Inherited Members
Properties
Driver
public int? Driver { get; init; }
Property Value
- int?
Expectation
public int? Expectation { get; init; }
Property Value
- int?
Step
public int? Step { get; init; }
Property Value
- int?