Search Results for

    Show / Hide Table of Contents

    Class GenerateAgentStepsResponse

    Inheritance
    object
    GenerateAgentStepsResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    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>>
    In this article
    Back to top Generated by DocFX