ViolationSetting

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

Violation configuration setting.

Official doc

Constructors

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

Properties

Link copied to clipboard

Violation type.

Link copied to clipboard

Time threshold to trigger upon.