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