Class AlertDetailResponse
Inheritance
AlertDetailResponse
Assembly: Seclai.dll
Syntax
public sealed class AlertDetailResponse
Properties
Alert
Declaration
[JsonPropertyName("alert")]
public AlertResponse? Alert { get; set; }
Property Value
Declaration
[JsonPropertyName("comments")]
public List<AlertCommentResponse> Comments { get; set; }
Property Value
History
Declaration
[JsonPropertyName("history")]
public List<AlertHistoryEntryResponse> History { get; set; }
Property Value
Subscribers
Declaration
[JsonPropertyName("subscribers")]
public List<AlertSubscriberResponse> Subscribers { get; set; }
Property Value