Class GenerateTestReportCommandSettings
Generates a report for testing.
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
Specifies the endpoint group to deliver the report to.
[JsonPropertyName("group")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? Group { get; set; }
Property Value
Message
Message to be displayed in the report.
[JsonPropertyName("message")]
public string Message { get; set; }