FanboxPost

@Serializable
data class FanboxPost(val id: FanboxPostId, val title: String, val cover: FanboxCover?, val user: FanboxUser?, val excerpt: String, val feeRequired: Int, val hasAdultContent: Boolean, val isLiked: Boolean, val isRestricted: Boolean, val likeCount: Int, val commentCount: Int, val tags: List<String>, val publishedDatetime: Instant, val updatedDatetime: Instant)

Constructors

Link copied to clipboard
constructor(id: FanboxPostId, title: String, cover: FanboxCover?, user: FanboxUser?, excerpt: String, feeRequired: Int, hasAdultContent: Boolean, isLiked: Boolean, isRestricted: Boolean, likeCount: Int, commentCount: Int, tags: List<String>, publishedDatetime: Instant, updatedDatetime: Instant)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val publishedDatetime: Instant
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val updatedDatetime: Instant
Link copied to clipboard