Class EvaluationRunSummaryListResponse
Inheritance
EvaluationRunSummaryListResponse
Assembly: Seclai.dll
Syntax
public sealed class EvaluationRunSummaryListResponse
Properties
Data
Declaration
[JsonPropertyName("data")]
public List<JsonElement>? Data { get; set; }
Property Value
Limit
Declaration
[JsonPropertyName("limit")]
public int Limit { get; set; }
Property Value
Page
Declaration
[JsonPropertyName("page")]
public int Page { get; set; }
Property Value
Total
Declaration
[JsonPropertyName("total")]
public int Total { get; set; }
Property Value