visuals

@JvmName(name = "lubmpapttwwybglg")
suspend fun visuals(value: Output<List<AnalysisVisualArgs>>)
@JvmName(name = "nhromqwumbqfuyjf")
suspend fun visuals(value: List<AnalysisVisualArgs>?)

Parameters

value

A list of the visuals that are on a sheet. Visual placement is determined by the layout of the sheet.


@JvmName(name = "ibohyupbghkmwrog")
suspend fun visuals(vararg values: Output<AnalysisVisualArgs>)


@JvmName(name = "xgiiaidmvkvnhuim")
suspend fun visuals(values: List<Output<AnalysisVisualArgs>>)
@JvmName(name = "wnxamshibhaulfje")
suspend fun visuals(vararg values: AnalysisVisualArgs)

Parameters

values

A list of the visuals that are on a sheet. Visual placement is determined by the layout of the sheet.


@JvmName(name = "wpsvdknbioteoart")
suspend fun visuals(argument: List<suspend AnalysisVisualArgsBuilder.() -> Unit>)
@JvmName(name = "jstbeawgrgjhhtkg")
suspend fun visuals(vararg argument: suspend AnalysisVisualArgsBuilder.() -> Unit)
@JvmName(name = "hsohjgmpovftrjhh")
suspend fun visuals(argument: suspend AnalysisVisualArgsBuilder.() -> Unit)

Parameters

argument

A list of the visuals that are on a sheet. Visual placement is determined by the layout of the sheet.