customColors

@JvmName(name = "dwrjjqndywpfkabb")
suspend fun customColors(value: Output<List<AnalysisCustomColorArgs>>)
@JvmName(name = "ewhsinugcjuseiyi")
suspend fun customColors(value: List<AnalysisCustomColorArgs>?)

Parameters

value

A list of up to 50 custom colors.


@JvmName(name = "uhfmenqvgeutrowb")
suspend fun customColors(vararg values: Output<AnalysisCustomColorArgs>)


@JvmName(name = "kvlikywokdoskvdv")
suspend fun customColors(values: List<Output<AnalysisCustomColorArgs>>)
@JvmName(name = "qwwgrqkeaxmlftym")
suspend fun customColors(vararg values: AnalysisCustomColorArgs)

Parameters

values

A list of up to 50 custom colors.


@JvmName(name = "ftmhltcwiitfdkky")
suspend fun customColors(argument: List<suspend AnalysisCustomColorArgsBuilder.() -> Unit>)
@JvmName(name = "ixudvkdspixskdyy")
suspend fun customColors(vararg argument: suspend AnalysisCustomColorArgsBuilder.() -> Unit)
@JvmName(name = "putwqqhircrovvql")
suspend fun customColors(argument: suspend AnalysisCustomColorArgsBuilder.() -> Unit)

Parameters

argument

A list of up to 50 custom colors.