OtherPost

@Serializable
data class OtherPost(val id: FanboxPostId, val title: String, val publishedDatetime: Instant)

Constructors

Link copied to clipboard
constructor(id: FanboxPostId, title: String, publishedDatetime: Instant)

Properties

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