toggle menu
flatInvoker
common
switch theme
search in API
reaktor-media
/
dev.shibasis.reaktor.media
/
Post
Post
@
Serializable
data
class
Post
(
val
header
:
String
,
val
content
:
String
,
val
image
:
String
)
Members
Constructors
Post
Link copied to clipboard
constructor
(
header
:
String
,
content
:
String
,
image
:
String
)
Properties
content
Link copied to clipboard
val
content
:
String
header
Link copied to clipboard
val
header
:
String
image
Link copied to clipboard
val
image
:
String