fankt
Toggle table of contents
0.0.2
common
Platform filter
common
Switch theme
Search in API
fankt
fankt
/
me.matsumo.fankt.domain.model
/
FanboxPostDetail
/
Body
/
Article
Article
data
class
Article
(
val
blocks
:
List
<
FanboxPostDetail.Body.Article.Block
>
)
:
FanboxPostDetail.Body
Members
Constructors
Article
Link copied to clipboard
constructor
(
blocks
:
List
<
FanboxPostDetail.Body.Article.Block
>
)
Types
Block
Link copied to clipboard
sealed
interface
Block
Properties
blocks
Link copied to clipboard
val
blocks
:
List
<
FanboxPostDetail.Body.Article.Block
>
file
Items
Link copied to clipboard
open
val
fileItems
:
List
<
FanboxPostDetail.FileItem
>
image
Items
Link copied to clipboard
open
val
imageItems
:
List
<
FanboxPostDetail.ImageItem
>