InputFormatOptionsResponse

data class InputFormatOptionsResponse(val csv: CsvResponse? = null)

Definition of InputFormatOptions

Constructors

Link copied to clipboard
constructor(csv: CsvResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val csv: CsvResponse? = null

The options for imported source files in CSV format. The values are Delimiter and HeaderList. The options for imported source files in CSV format. The values are Delimiter and HeaderList.