visuals

@JvmName(name = "prjlfbytgnqfuycf")
suspend fun visuals(value: Output<List<AnalysisVisualArgs>>)
@JvmName(name = "cnsawpbyissvnhed")
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 = "cylpjpmghkayuabw")
suspend fun visuals(vararg values: Output<AnalysisVisualArgs>)


@JvmName(name = "bnmmigyqrqspidhl")
suspend fun visuals(values: List<Output<AnalysisVisualArgs>>)
@JvmName(name = "knwsumwbvfjlamly")
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 = "jdvaprecrhjlxksa")
suspend fun visuals(argument: List<suspend AnalysisVisualArgsBuilder.() -> Unit>)
@JvmName(name = "mytyqsifbwtvtajo")
suspend fun visuals(vararg argument: suspend AnalysisVisualArgsBuilder.() -> Unit)
@JvmName(name = "bpcxiqsqhtqgmxok")
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.