Sap Landscape Monitor Metric Thresholds Response
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
Link copied to clipboard
fun SapLandscapeMonitorMetricThresholdsResponse(green: Double? = null, name: String? = null, red: Double? = null, yellow: Double? = null)