ViolationNotification
data class ViolationNotification(val name: String?, val refersTo: String?, val type: ViolationType? = null, val fallbackMessage: String? = null)
A notification that a violation occurred
Constructors
Link copied to clipboard
constructor(name: String?, refersTo: String?, type: ViolationType? = null, fallbackMessage: String? = null)