fantia
Toggle table of contents
0.0.15
common
Platform filter
common
Switch theme
Search in API
fantia
fanbox
/
me.matsumo.fankt.fanbox.domain.model
/
FanboxNewsLetter
Fanbox
News
Letter
@
Serializable
data
class
FanboxNewsLetter
(
val
id
:
FanboxNewsLetterId
,
val
body
:
String
,
val
createdAt
:
Instant
,
val
creator
:
FanboxCreator
,
val
isRead
:
Boolean
)
Members
Constructors
Fanbox
News
Letter
Link copied to clipboard
constructor
(
id
:
FanboxNewsLetterId
,
body
:
String
,
createdAt
:
Instant
,
creator
:
FanboxCreator
,
isRead
:
Boolean
)
Properties
body
Link copied to clipboard
val
body
:
String
created
At
Link copied to clipboard
val
createdAt
:
Instant
creator
Link copied to clipboard
val
creator
:
FanboxCreator
id
Link copied to clipboard
val
id
:
FanboxNewsLetterId
is
Read
Link copied to clipboard
val
isRead
:
Boolean