excludedColumnNames

@JvmName(name = "oblblsdgtvmgvppk")
suspend fun excludedColumnNames(value: Output<List<String>>)
@JvmName(name = "dleftojavcmffurs")
suspend fun excludedColumnNames(value: List<String>?)

Parameters

value

(Optional) Excludes column names. Any column with this name will be excluded.


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


@JvmName(name = "hmiuorewdqusylfp")
suspend fun excludedColumnNames(values: List<Output<String>>)
@JvmName(name = "xjfyxaxtdayfhgwc")
suspend fun excludedColumnNames(vararg values: String)

Parameters

values

(Optional) Excludes column names. Any column with this name will be excluded.