headerList

@JvmName(name = "bhpdyrvvtcgytrkn")
suspend fun headerList(value: Output<List<String>>)
@JvmName(name = "kbcstnrxgcitfnex")
suspend fun headerList(value: List<String>?)

Parameters

value

List of the headers used to specify a common header for all source CSV files being imported. If this field is specified then the first line of each CSV file is treated as data instead of the header. If this field is not specified the the first line of each CSV file is treated as the header.


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


@JvmName(name = "tnxepnpfqetiuqpw")
suspend fun headerList(values: List<Output<String>>)
@JvmName(name = "vcauxaarwnqrdmot")
suspend fun headerList(vararg values: String)

Parameters

values

List of the headers used to specify a common header for all source CSV files being imported. If this field is specified then the first line of each CSV file is treated as data instead of the header. If this field is not specified the the first line of each CSV file is treated as the header.