Gauge View Args
data class GaugeViewArgs(val lowerBound: Output<Double>? = null, val upperBound: Output<Double>? = null) : ConvertibleToJava<GaugeViewArgs>
A gauge chart shows where the current value sits within a pre-defined range. The upper and lower bounds should define the possible range of values for the scorecard's query (inclusive).