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
fun DatasetExcelOptionsArgs(headerRow: Output<Boolean>? = null, sheetIndexes: Output<List<Int>>? = null, sheetNames: Output<List<String>>? = null)

Functions

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

Properties

Link copied to clipboard
val headerRow: Output<Boolean>? = null
Link copied to clipboard
val sheetIndexes: Output<List<Int>>? = null
Link copied to clipboard
val sheetNames: Output<List<String>>? = null