Search Results for

    Show / Hide Table of Contents

    Class AgentTraceSearchRequest

    Inheritance
    object
    AgentTraceSearchRequest
    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 AgentTraceSearchRequest

    Properties

    AgentId

    Declaration
    [JsonPropertyName("agent_id")]
    public string? AgentId { get; set; }
    Property Value
    Type Description
    string

    Query

    Declaration
    [JsonPropertyName("query")]
    public string? Query { get; set; }
    Property Value
    Type Description
    string

    RunStatus

    Declaration
    [JsonPropertyName("run_status")]
    public string? RunStatus { get; set; }
    Property Value
    Type Description
    string

    StepType

    Declaration
    [JsonPropertyName("step_type")]
    public string? StepType { get; set; }
    Property Value
    Type Description
    string

    TopN

    Declaration
    [JsonPropertyName("top_n")]
    public int? TopN { get; set; }
    Property Value
    Type Description
    int?
    In this article
    Back to top Generated by DocFX