Alert Rule Fusion Source Sub Type
data class AlertRuleFusionSourceSubType(val enabled: Boolean? = null, val name: String, val severitiesAlloweds: List<String>)
Constructors
Link copied to clipboard
fun AlertRuleFusionSourceSubType(enabled: Boolean? = null, name: String, severitiesAlloweds: List<String>)