FanboxNewsLetter

@Serializable
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)

Properties

Link copied to clipboard
Link copied to clipboard
val createdAt: Instant
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard