columns

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

Parameters

value

Array of column names to be included in the export. If not provided then the export will include all available columns. The available columns can vary by customer channel (see examples).


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


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

Parameters

values

Array of column names to be included in the export. If not provided then the export will include all available columns. The available columns can vary by customer channel (see examples).