columns

@JvmName(name = "lrysxqhjtxttxxxu")
suspend fun columns(value: Output<List<DashboardColumnIdentifierArgs>>)
@JvmName(name = "qwciyvklwexhnwqy")
suspend fun columns(value: List<DashboardColumnIdentifierArgs>)

Parameters

value

The list of columns that define the predefined hierarchy.


@JvmName(name = "hqfoasmbtycioqsw")
suspend fun columns(vararg values: Output<DashboardColumnIdentifierArgs>)


@JvmName(name = "jllmglxyjxlhgwqt")
suspend fun columns(values: List<Output<DashboardColumnIdentifierArgs>>)
@JvmName(name = "pntixqjguytwcrnw")
suspend fun columns(vararg values: DashboardColumnIdentifierArgs)

Parameters

values

The list of columns that define the predefined hierarchy.


@JvmName(name = "bwmwsvralaxbvljy")
suspend fun columns(argument: List<suspend DashboardColumnIdentifierArgsBuilder.() -> Unit>)
@JvmName(name = "cevusiwaaeigpuet")
suspend fun columns(vararg argument: suspend DashboardColumnIdentifierArgsBuilder.() -> Unit)
@JvmName(name = "mhlqlrtifvqtfhjc")
suspend fun columns(argument: suspend DashboardColumnIdentifierArgsBuilder.() -> Unit)

Parameters

argument

The list of columns that define the predefined hierarchy.