RuleSeverity

data class RuleSeverity(val displayName: String? = null)

Constructors

Link copied to clipboard
constructor(displayName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val displayName: String? = null

The display name of the severity level. Extracted from the meta section of the rule text.