Class AgentRunListResponse
Inherited Members
Namespace: Seclai.Models
Assembly: Seclai.dll
Syntax
public sealed class AgentRunListResponse
Properties
Data
Declaration
[JsonPropertyName("data")]
public List<AgentRunResponse> Data { get; set; }
Property Value
| Type | Description |
|---|---|
| List<AgentRunResponse> |
Pagination
Declaration
[JsonPropertyName("pagination")]
public PaginationResponse Pagination { get; set; }
Property Value
| Type | Description |
|---|---|
| PaginationResponse |