columns

@JvmName(name = "oiiqwycwuoovmkbj")
suspend fun columns(value: Output<List<String>>)
@JvmName(name = "cqpnekjffamxdrlh")
suspend fun columns(value: List<String>?)

Parameters

value

An array of column names to add to the folder. A column can only be in one folder.


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


@JvmName(name = "kahyxoxoxyhuwnmu")
suspend fun columns(values: List<Output<String>>)
@JvmName(name = "wdrcfqxrmjideexw")
suspend fun columns(vararg values: String)

Parameters

values

An array of column names to add to the folder. A column can only be in one folder.