toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-ses
/
org.http4k.connect.amazon.ses.model
/
Body
Body
@
JsonSerializable
data
class
Body
(
@
Json
(
name
=
"Html"
)
val
html
:
Content
?
=
null
,
@
Json
(
name
=
"Text"
)
val
text
:
Content
?
=
null
)
Members
Constructors
Body
Link copied to clipboard
constructor
(
@
Json
(
name
=
"Html"
)
html
:
Content
?
=
null
,
@
Json
(
name
=
"Text"
)
text
:
Content
?
=
null
)
Properties
html
Link copied to clipboard
val
html
:
Content
?
=
null
text
Link copied to clipboard
val
text
:
Content
?
=
null