DatasetFormatOptions

data class DatasetFormatOptions(val csv: DatasetCsvOptions? = null, val excel: DatasetExcelOptions? = null, val json: DatasetJsonOptions? = null)

Format options for dataset

Constructors

Link copied to clipboard
fun DatasetFormatOptions(csv: DatasetCsvOptions? = null, excel: DatasetExcelOptions? = null, json: DatasetJsonOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val csv: DatasetCsvOptions? = null
Link copied to clipboard
Link copied to clipboard