Class StartViolationsReportCommandSettings
StartViolationsReport
public sealed class StartViolationsReportCommandSettings : ICommand
- Inheritance
-
StartViolationsReportCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Config
Gets or sets the config
[JsonPropertyName("config")]
public ViolationSetting[] Config { get; set; }