columns

@JvmName(name = "vsdexplbcchbwsbf")
suspend fun columns(value: Output<List<String>>)
@JvmName(name = "idxjqyeaogwolrxl")
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 = "weqofjugwqfhbvet")
suspend fun columns(vararg values: Output<String>)


@JvmName(name = "prhxnjbvxbqqwolw")
suspend fun columns(values: List<Output<String>>)
@JvmName(name = "etgutkwuxxdpvmey")
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.