Class EvaluationResultListResponse
Inherited Members
Namespace: Seclai.Models
Assembly: Seclai.dll
Syntax
public sealed class EvaluationResultListResponse
Properties
Data
Declaration
[JsonPropertyName("data")]
public List<EvaluationResultResponse> Data { get; set; }
Property Value
| Type | Description |
|---|---|
| List<EvaluationResultResponse> |
Total
Declaration
[JsonPropertyName("total")]
public int Total { get; set; }
Property Value
| Type | Description |
|---|---|
| int |