fanbox
Toggle table of contents
0.0.15
common
Platform filter
common
Switch theme
Search in API
fanbox
fanbox
/
me.matsumo.fankt.fanbox.domain.model
/
FanboxPostDetail
/
Body
/
Article
/
Block
/
Link
Link
@
Serializable
data
class
Link
(
val
html
:
String
?
,
val
post
:
FanboxPost
?
)
:
FanboxPostDetail.Body.Article.Block
Members
Constructors
Link
Link copied to clipboard
constructor
(
html
:
String
?
,
post
:
FanboxPost
?
)
Properties
html
Link copied to clipboard
val
html
:
String
?
post
Link copied to clipboard
val
post
:
FanboxPost
?