Alert Processing Rule Suppression Schedule Recurrence Weekly
data class AlertProcessingRuleSuppressionScheduleRecurrenceWeekly(val daysOfWeeks: List<String>, val endTime: String? = null, val startTime: String? = null)
Constructors
Link copied to clipboard
fun AlertProcessingRuleSuppressionScheduleRecurrenceWeekly(daysOfWeeks: List<String>, endTime: String? = null, startTime: String? = null)