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
/
StoredSarifMessage
Stored
Sarif
Message
@
Serializable
data
class
StoredSarifMessage
(
val
text
:
String
,
val
markdown
:
String
?
=
null
)
(
source
)
Members
Constructors
Stored
Sarif
Message
Link copied to clipboard
constructor
(
text
:
String
,
markdown
:
String
?
=
null
)
Properties
markdown
Link copied to clipboard
val
markdown
:
String
?
text
Link copied to clipboard
val
text
:
String