Class DefaultsConfig
public record DefaultsConfig : IEquatable<DefaultsConfig>
- Inheritance
-
DefaultsConfig
- Implements
- Inherited Members
Properties
Cleanup
public string Cleanup { get; init; }
Property Value
Evidence
public string Evidence { get; init; }
Property Value
Retries
public int Retries { get; init; }
Property Value
Timeout
public int Timeout { get; init; }