Search Results for

    Show / Hide Table of Contents

    Class AgentDefinitionResponse

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

    Properties

    ChangeId

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

    Definition

    Declaration
    [JsonPropertyName("definition")]
    public Dictionary<string, JsonElement>? Definition { get; set; }
    Property Value
    Type Description
    Dictionary<string, JsonElement>

    SchemaVersion

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

    Warnings

    Declaration
    [JsonPropertyName("warnings")]
    public List<Dictionary<string, string>>? Warnings { get; set; }
    Property Value
    Type Description
    List<Dictionary<string, string>>
    In this article
    Back to top Generated by DocFX