Class GenerateTestReportCommandSettings
GenerateTestReport
public sealed class GenerateTestReportCommandSettings : ICommand- Inheritance
- 
      
      GenerateTestReportCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }Property Value
Group
Gets or sets the group
[JsonPropertyName("group")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Group { get; set; }Property Value
Message
Gets or sets the message
[JsonPropertyName("message")]
public string Message { get; set; }