DatasetExcelOptionsArgs

data class DatasetExcelOptionsArgs(val headerRow: Output<Boolean>? = null, val sheetIndexes: Output<List<Int>>? = null, val sheetNames: Output<List<String>>? = null) : ConvertibleToJava<DatasetExcelOptionsArgs>

Constructors

Link copied to clipboard
constructor(headerRow: Output<Boolean>? = null, sheetIndexes: Output<List<Int>>? = null, sheetNames: Output<List<String>>? = null)

Properties

Link copied to clipboard
val headerRow: Output<Boolean>? = null

A variable that specifies whether the first row in the file is parsed as the header. If this value is false, column names are auto-generated.

Link copied to clipboard
val sheetIndexes: Output<List<Int>>? = null

One or more sheet numbers in the Excel file that will be included in the dataset.

Link copied to clipboard
val sheetNames: Output<List<String>>? = null

One or more named sheets in the Excel file that will be included in the dataset.

Functions

Link copied to clipboard
open override fun toJava(): DatasetExcelOptionsArgs