VideoItem

data class VideoItem(val id: FanboxPostItemId, val postId: FanboxPostId, val extension: String, val url: String)

Constructors

Link copied to clipboard
constructor(id: FanboxPostItemId, postId: FanboxPostId, extension: String, url: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val url: String