Class UpdateAlertConfigRequest
Inheritance
UpdateAlertConfigRequest
Assembly: Seclai.dll
Syntax
public sealed class UpdateAlertConfigRequest
Properties
CooldownMinutes
Declaration
[JsonPropertyName("cooldown_minutes")]
public int? CooldownMinutes { get; set; }
Property Value
DistributionType
Declaration
[JsonPropertyName("distribution_type")]
public string? DistributionType { get; set; }
Property Value
Enabled
Declaration
[JsonPropertyName("enabled")]
public bool? Enabled { get; set; }
Property Value
RecipientUserIds
Declaration
[JsonPropertyName("recipient_user_ids")]
public List<string>? RecipientUserIds { get; set; }
Property Value
Threshold
Declaration
[JsonPropertyName("threshold")]
public Dictionary<string, JsonElement>? Threshold { get; set; }
Property Value