fanbox
Toggle table of contents
0.0.12
common
Platform filter
common
Switch theme
Search in API
fanbox
fanbox
/
me.matsumo.fankt.fanbox.domain.model
/
FanboxPostDetail
/
VideoItem
Video
Item
@
Serializable
data
class
VideoItem
(
val
id
:
FanboxPostItemId
,
val
postId
:
FanboxPostId
,
val
extension
:
String
,
val
url
:
String
)
Members
Constructors
Video
Item
Link copied to clipboard
constructor
(
id
:
FanboxPostItemId
,
postId
:
FanboxPostId
,
extension
:
String
,
url
:
String
)
Properties
extension
Link copied to clipboard
val
extension
:
String
id
Link copied to clipboard
val
id
:
FanboxPostItemId
post
Id
Link copied to clipboard
val
postId
:
FanboxPostId
url
Link copied to clipboard
val
url
:
String