Threshold Args
data class ThresholdArgs(val color: Output<ThresholdColor>? = null, val direction: Output<ThresholdDirection>? = null, val label: Output<String>? = null, val targetAxis: Output<ThresholdTargetAxis>? = null, val value: Output<Double>? = null) : ConvertibleToJava<ThresholdArgs>
Defines a threshold for categorizing time series values.
Constructors
Link copied to clipboard
fun ThresholdArgs(color: Output<ThresholdColor>? = null, direction: Output<ThresholdDirection>? = null, label: Output<String>? = null, targetAxis: Output<ThresholdTargetAxis>? = null, value: Output<Double>? = null)