CsvOptions

@JsonSerializable
data class CsvOptions(val Delimiter: Char? = null, val HeaderList: List<String>? = null)

Constructors

Link copied to clipboard
constructor(Delimiter: Char? = null, HeaderList: List<String>? = null)

Properties

Link copied to clipboard
val Delimiter: Char? = null
Link copied to clipboard
val HeaderList: List<String>? = null