visuals

@JvmName(name = "axqbpibtsewwrbla")
suspend fun visuals(value: Output<List<DashboardVisualArgs>>)
@JvmName(name = "aswmvkwndmqfoqfw")
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 = "qcudcosxeikwjsvx")
suspend fun visuals(vararg values: Output<DashboardVisualArgs>)


@JvmName(name = "seyiegpwkycsstxa")
suspend fun visuals(values: List<Output<DashboardVisualArgs>>)
@JvmName(name = "yhqcnmgtaygusjad")
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 = "vtrfydvoeguanybk")
suspend fun visuals(argument: List<suspend DashboardVisualArgsBuilder.() -> Unit>)
@JvmName(name = "unumwythqhkoogbp")
suspend fun visuals(vararg argument: suspend DashboardVisualArgsBuilder.() -> Unit)
@JvmName(name = "klludnbrspeqimcd")
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.