http4k
Toggle table of contents
6.51.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-dynamodb
/
org.http4k.connect.amazon.dynamodb.model
/
CsvOptions
Csv
Options
@
JsonSerializable
data
class
CsvOptions
(
val
Delimiter
:
Char
?
=
null
,
val
HeaderList
:
List
<
String
>
?
=
null
)
(
source
)
Members
Constructors
Csv
Options
Link copied to clipboard
constructor
(
Delimiter
:
Char
?
=
null
,
HeaderList
:
List
<
String
>
?
=
null
)
Properties
Delimiter
Link copied to clipboard
val
Delimiter
:
Char
?
Header
List
Link copied to clipboard
val
HeaderList
:
List
<
String
>
?