Class AgentTraceSearchResponse
Inherited Members
Namespace: Seclai.Models
Assembly: Seclai.dll
Syntax
public sealed class AgentTraceSearchResponse
Properties
Results
Declaration
[JsonPropertyName("results")]
public List<Dictionary<string, JsonElement>>? Results { get; set; }
Property Value
| Type | Description |
|---|---|
| List<Dictionary<string, JsonElement>> |
Total
Declaration
[JsonPropertyName("total")]
public int Total { get; set; }
Property Value
| Type | Description |
|---|---|
| int |