CustomMetricThresholdResponse

data class CustomMetricThresholdResponse(val metric: String, val threshold: MonitoringThresholdResponse? = null)

Constructors

Link copied to clipboard
constructor(metric: String, threshold: MonitoringThresholdResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Required The user-defined metric to calculate.

Link copied to clipboard

The threshold value. If null, a default value will be set depending on the selected metric.