SapLandscapeMonitorMetricThresholdsResponse

data class SapLandscapeMonitorMetricThresholdsResponse(val green: Double? = null, val name: String? = null, val red: Double? = null, val yellow: Double? = null)

Gets or sets the Threshold Values for Top Metrics Health.

Constructors

constructor(green: Double? = null, name: String? = null, red: Double? = null, yellow: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val green: Double? = null

Gets or sets the threshold value for Green.

Link copied to clipboard
val name: String? = null

Gets or sets the name of the threshold.

Link copied to clipboard
val red: Double? = null

Gets or sets the threshold value for Red.

Link copied to clipboard
val yellow: Double? = null

Gets or sets the threshold value for Yellow.