visuals

@JvmName(name = "ixvxoxwdnjvdgtnf")
suspend fun visuals(value: Output<List<DashboardVisualArgs>>)
@JvmName(name = "pyehdsxmvkfxuwau")
suspend fun visuals(value: List<DashboardVisualArgs>?)

Parameters

value

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


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


@JvmName(name = "ihmfwaieudstwyys")
suspend fun visuals(values: List<Output<DashboardVisualArgs>>)
@JvmName(name = "oxvmolxjmgtkjecl")
suspend fun visuals(vararg values: DashboardVisualArgs)

Parameters

values

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


@JvmName(name = "miqfutqbspyploab")
suspend fun visuals(argument: List<suspend DashboardVisualArgsBuilder.() -> Unit>)
@JvmName(name = "ujxhvnsxujgycuqu")
suspend fun visuals(vararg argument: suspend DashboardVisualArgsBuilder.() -> Unit)
@JvmName(name = "vekdupmkmgivytcj")
suspend fun visuals(argument: suspend DashboardVisualArgsBuilder.() -> Unit)

Parameters

argument

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