fantia
Toggle table of contents
0.0.13
common
Platform filter
common
Switch theme
Search in API
fantia
fanbox
/
me.matsumo.fankt.fanbox.domain.model
/
FanboxPostDetail
/
FileItem
File
Item
@
Serializable
data
class
FileItem
(
val
id
:
FanboxPostItemId
,
val
postId
:
FanboxPostId
,
val
name
:
String
,
val
extension
:
String
,
val
size
:
Long
,
val
url
:
String
)
Members
Constructors
File
Item
Link copied to clipboard
constructor
(
id
:
FanboxPostItemId
,
postId
:
FanboxPostId
,
name
:
String
,
extension
:
String
,
size
:
Long
,
url
:
String
)
Properties
extension
Link copied to clipboard
val
extension
:
String
id
Link copied to clipboard
val
id
:
FanboxPostItemId
name
Link copied to clipboard
val
name
:
String
post
Id
Link copied to clipboard
val
postId
:
FanboxPostId
size
Link copied to clipboard
val
size
:
Long
url
Link copied to clipboard
val
url
:
String
Functions
as
Image
Item
Link copied to clipboard
fun
asImageItem
(
)
:
FanboxPostDetail.ImageItem
?
as
Video
Item
Link copied to clipboard
fun
asVideoItem
(
)
:
FanboxPostDetail.VideoItem
?