Search Results for

    Show / Hide Table of Contents

    Class AlertDetailResponse

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

    Properties

    Alert

    Declaration
    [JsonPropertyName("alert")]
    public AlertResponse? Alert { get; set; }
    Property Value
    Type Description
    AlertResponse

    Comments

    Declaration
    [JsonPropertyName("comments")]
    public List<AlertCommentResponse> Comments { get; set; }
    Property Value
    Type Description
    List<AlertCommentResponse>

    History

    Declaration
    [JsonPropertyName("history")]
    public List<AlertHistoryEntryResponse> History { get; set; }
    Property Value
    Type Description
    List<AlertHistoryEntryResponse>

    Subscribers

    Declaration
    [JsonPropertyName("subscribers")]
    public List<AlertSubscriberResponse> Subscribers { get; set; }
    Property Value
    Type Description
    List<AlertSubscriberResponse>
    In this article
    Back to top Generated by DocFX