7 lines
236 B
C#
7 lines
236 B
C#
public class SuppressionOptions
|
|
{
|
|
public const string SectionName = "AlertSuppression";
|
|
|
|
/// <summary>Default suppression window after acknowledgment (minutes).</summary>
|
|
public int DefaultWindowMinutes { get; set; } = 30;
|
|
} |