fanbox
Toggle table of contents
0.0.3
common
Platform filter
common
Switch theme
Search in API
fanbox
fanbox
/
me.matsumo.fankt.fanbox.domain.model
/
FanboxPostDetail
/
OtherPost
Other
Post
data
class
OtherPost
(
val
id
:
FanboxPostId
,
val
title
:
String
,
val
publishedDatetime
:
Instant
)
Members
Constructors
Other
Post
Link copied to clipboard
constructor
(
id
:
FanboxPostId
,
title
:
String
,
publishedDatetime
:
Instant
)
Properties
id
Link copied to clipboard
val
id
:
FanboxPostId
published
Datetime
Link copied to clipboard
val
publishedDatetime
:
Instant
title
Link copied to clipboard
val
title
:
String