data class ViolationSetting
Violation configuration setting.
<init> |
Violation configuration setting. ViolationSetting(name: String, threshold: Double) |
name |
Violation type. val name: String |
threshold |
Time threshold to trigger upon. val threshold: Double |