thresholds

@JvmName(name = "ymsvktdttvvlwwus")
suspend fun thresholds(value: Output<List<ThresholdArgs>>)
@JvmName(name = "igyejsujlprvtrfc")
suspend fun thresholds(value: List<ThresholdArgs>?)

Parameters

value

Threshold lines drawn horizontally across the chart.


@JvmName(name = "eamfgwipagpewqtq")
suspend fun thresholds(vararg values: Output<ThresholdArgs>)


@JvmName(name = "vfvjkqdldeetqcss")
suspend fun thresholds(values: List<Output<ThresholdArgs>>)
@JvmName(name = "aloybpvscmlfwdak")
suspend fun thresholds(vararg values: ThresholdArgs)

Parameters

values

Threshold lines drawn horizontally across the chart.


@JvmName(name = "xljynkowvnqpxvuv")
suspend fun thresholds(argument: List<suspend ThresholdArgsBuilder.() -> Unit>)
@JvmName(name = "uonubuxgfhdbeuwn")
suspend fun thresholds(vararg argument: suspend ThresholdArgsBuilder.() -> Unit)
@JvmName(name = "vlfijtfuiljnbwvm")
suspend fun thresholds(argument: suspend ThresholdArgsBuilder.() -> Unit)

Parameters

argument

Threshold lines drawn horizontally across the chart.