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