FanboxNewsLetter
data class FanboxNewsLetter(val id: FanboxNewsLetterId, val body: String, val createdAt: Instant, val creator: FanboxCreator, val isRead: Boolean)
Constructors
Link copied to clipboard
constructor(id: FanboxNewsLetterId, body: String, createdAt: Instant, creator: FanboxCreator, isRead: Boolean)