Hanami backend
Toggle table of contents
2026.7.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Hanami backend
Hanami backend
/
fi.aalto.cs.hanami.feedback
/
SendEmailBody
Send
Email
Body
@
Serializable
data
class
SendEmailBody
(
val
subject
:
String
,
val
html
:
String
,
val
documentId
:
String
?
=
null
,
val
expectedUpdatedAtMillis
:
Long
?
=
null
)
(
source
)
Members
Constructors
Send
Email
Body
Link copied to clipboard
constructor
(
subject
:
String
,
html
:
String
,
documentId
:
String
?
=
null
,
expectedUpdatedAtMillis
:
Long
?
=
null
)
Properties
document
Id
Link copied to clipboard
val
documentId
:
String
?
expected
Updated
At
Millis
Link copied to clipboard
val
expectedUpdatedAtMillis
:
Long
?
html
Link copied to clipboard
val
html
:
String
subject
Link copied to clipboard
val
subject
:
String