Class DriverConfig
public record DriverConfig : IEquatable<DriverConfig>
- Inheritance
-
DriverConfig
- Implements
- Inherited Members
Properties
Config
public string? Config { get; init; }
Property Value
Enabled
public bool Enabled { get; init; }