ViolationSetting

@Serializable
data class ViolationSetting(val name: String, val threshold: Double)

Violation configuration setting.

Constructors

Link copied to clipboard
constructor(name: String, threshold: Double)

Properties

Link copied to clipboard

Violation type.

Link copied to clipboard

Time threshold to trigger upon.