Alert Rule Nrt Alert Details Override
data class AlertRuleNrtAlertDetailsOverride(val descriptionFormat: String? = null, val displayNameFormat: String? = null, val dynamicProperties: List<AlertRuleNrtAlertDetailsOverrideDynamicProperty>? = null, val severityColumnName: String? = null, val tacticsColumnName: String? = null)
Constructors
Link copied to clipboard
fun AlertRuleNrtAlertDetailsOverride(descriptionFormat: String? = null, displayNameFormat: String? = null, dynamicProperties: List<AlertRuleNrtAlertDetailsOverrideDynamicProperty>? = null, severityColumnName: String? = null, tacticsColumnName: String? = null)