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