ThresholdCustomAlertRuleResponse

data class ThresholdCustomAlertRuleResponse(val description: String, val displayName: String, val isEnabled: Boolean, val maxThreshold: Int, val minThreshold: Int, val ruleType: String)

A custom alert rule that checks if a value (depends on the custom alert type) is within the given range.

Constructors

Link copied to clipboard
constructor(description: String, displayName: String, isEnabled: Boolean, maxThreshold: Int, minThreshold: Int, ruleType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The description of the custom alert.

Link copied to clipboard

The display name of the custom alert.

Link copied to clipboard

Status of the custom alert.

Link copied to clipboard

The maximum threshold.

Link copied to clipboard

The minimum threshold.

Link copied to clipboard

The type of the custom alert rule. Expected value is 'ThresholdCustomAlertRule'.