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