Class EvaluationResultSummaryResponse
Inheritance
EvaluationResultSummaryResponse
Assembly: Seclai.dll
Syntax
public sealed class EvaluationResultSummaryResponse
Properties
AverageScore
Declaration
[JsonPropertyName("average_score")]
public float? AverageScore { get; set; }
Property Value
Error
Declaration
[JsonPropertyName("error")]
public int Error { get; set; }
Property Value
Failed
Declaration
[JsonPropertyName("failed")]
public int Failed { get; set; }
Property Value
Flagged
Declaration
[JsonPropertyName("flagged")]
public int Flagged { 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