Search Results for

    Show / Hide Table of Contents

    Class ModelAlertResponse

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

    Properties

    AccountId

    Declaration
    [JsonPropertyName("account_id")]
    public string AccountId { get; set; }
    Property Value
    Type Description
    string

    AgentId

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

    AlertType

    Declaration
    [JsonPropertyName("alert_type")]
    public string AlertType { get; set; }
    Property Value
    Type Description
    string

    CreatedAt

    Declaration
    [JsonPropertyName("created_at")]
    public string CreatedAt { get; set; }
    Property Value
    Type Description
    string

    Id

    Declaration
    [JsonPropertyName("id")]
    public string Id { get; set; }
    Property Value
    Type Description
    string

    Message

    Declaration
    [JsonPropertyName("message")]
    public string Message { get; set; }
    Property Value
    Type Description
    string

    ModelName

    Declaration
    [JsonPropertyName("model_name")]
    public string ModelName { get; set; }
    Property Value
    Type Description
    string

    PromptModelId

    Declaration
    [JsonPropertyName("prompt_model_id")]
    public string PromptModelId { get; set; }
    Property Value
    Type Description
    string

    ReadAt

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

    SuccessorModelName

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