Class EvaluationResultResponse
Inheritance
EvaluationResultResponse
Assembly: Seclai.dll
Syntax
public sealed class EvaluationResultResponse
Properties
Declaration
[JsonPropertyName("comment")]
public string? Comment { get; set; }
Property Value
CreatedAt
Declaration
[JsonPropertyName("created_at")]
public string? CreatedAt { get; set; }
Property Value
CriteriaId
Declaration
[JsonPropertyName("criteria_id")]
public string? CriteriaId { get; set; }
Property Value
Id
Declaration
[JsonPropertyName("id")]
public string? Id { get; set; }
Property Value
Passed
Declaration
[JsonPropertyName("passed")]
public bool Passed { get; set; }
Property Value
Score
Declaration
[JsonPropertyName("score")]
public float? Score { get; set; }
Property Value