Time Window Custom Alert Rule Response
data class TimeWindowCustomAlertRuleResponse(val description: String, val displayName: String, val isEnabled: Boolean, val maxThreshold: Int, val minThreshold: Int, val ruleType: String, val timeWindowSize: String)
A custom alert rule that checks if the number of activities (depends on the custom alert type) in a time window is within the given range.