Alert Rule Fusion Source
data class AlertRuleFusionSource(val enabled: Boolean? = null, val name: String, val subTypes: List<AlertRuleFusionSourceSubType>? = null)
Constructors
Link copied to clipboard
constructor(enabled: Boolean? = null, name: String, subTypes: List<AlertRuleFusionSourceSubType>? = null)