Class AlertResponse
Inheritance
AlertResponse
Assembly: Seclai.dll
Syntax
public sealed class AlertResponse
Properties
AccountId
Declaration
[JsonPropertyName("account_id")]
public string AccountId { get; set; }
Property Value
AgentId
Declaration
[JsonPropertyName("agent_id")]
public string? AgentId { get; set; }
Property Value
AgentRunId
Declaration
[JsonPropertyName("agent_run_id")]
public string? AgentRunId { get; set; }
Property Value
AlertConfigId
Declaration
[JsonPropertyName("alert_config_id")]
public string? AlertConfigId { get; set; }
Property Value
AlertType
Declaration
[JsonPropertyName("alert_type")]
public string AlertType { get; set; }
Property Value
Declaration
[JsonPropertyName("comment_count")]
public int CommentCount { get; set; }
Property Value
CreatedAt
Declaration
[JsonPropertyName("created_at")]
public string? CreatedAt { get; set; }
Property Value
Description
Declaration
[JsonPropertyName("description")]
public string? Description { get; set; }
Property Value
Details
Declaration
[JsonPropertyName("details")]
public string? Details { get; set; }
Property Value
Id
Declaration
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
IsSubscribed
Declaration
[JsonPropertyName("is_subscribed")]
public bool IsSubscribed { get; set; }
Property Value
McpClientId
Declaration
[JsonPropertyName("mcp_client_id")]
public string? McpClientId { get; set; }
Property Value
SourceConnectionId
Declaration
[JsonPropertyName("source_connection_id")]
public string? SourceConnectionId { get; set; }
Property Value
SourceConnectionPullId
Declaration
[JsonPropertyName("source_connection_pull_id")]
public string? SourceConnectionPullId { get; set; }
Property Value
Status
Declaration
[JsonPropertyName("status")]
public string Status { get; set; }
Property Value
SubscriberCount
Declaration
[JsonPropertyName("subscriber_count")]
public int SubscriberCount { get; set; }
Property Value
Title
Declaration
[JsonPropertyName("title")]
public string Title { get; set; }
Property Value
UpdatedAt
Declaration
[JsonPropertyName("updated_at")]
public string? UpdatedAt { get; set; }
Property Value