JournalEventWithRating

@JsonClass(generateAdapter = true)
data class JournalEventWithRating(val eventType: JournalEventEntity, val rating: Int? = null, val id: String? = null)

Constructors

Link copied to clipboard
constructor(eventType: JournalEventEntity, rating: Int? = null, id: String? = null)

Properties

Link copied to clipboard
val eventType: JournalEventEntity
Link copied to clipboard
val id: String? = null
Link copied to clipboard
val rating: Int? = null