Class NonManualEvaluationSummaryResponse
Inheritance
NonManualEvaluationSummaryResponse
Assembly: Seclai.dll
Syntax
public sealed class NonManualEvaluationSummaryResponse
Properties
ByMode
Declaration
[JsonPropertyName("by_mode")]
public List<JsonElement>? ByMode { get; set; }
Property Value
Failed
Declaration
[JsonPropertyName("failed")]
public int Failed { get; set; }
Property Value
FailureRate
Declaration
[JsonPropertyName("failure_rate")]
public float FailureRate { get; set; }
Property Value
Flagged
Declaration
[JsonPropertyName("flagged")]
public int Flagged { get; set; }
Property Value
PassRate
Declaration
[JsonPropertyName("pass_rate")]
public float PassRate { get; set; }
Property Value
Passed
Declaration
[JsonPropertyName("passed")]
public int Passed { get; set; }
Property Value
Total
Declaration
[JsonPropertyName("total")]
public int Total { get; set; }
Property Value