toggle menu
SDK
androidJvm
switch theme
search in API
SDK
/
com.quantactions.sdk.data.model
/
JournalEventWithRating
Journal
Event
With
Rating
@
JsonClass
(
generateAdapter
=
true
)
data
class
JournalEventWithRating
(
val
eventType
:
JournalEventEntity
,
val
rating
:
Int
?
=
null
,
val
id
:
String
?
=
null
)
Members
Constructors
Journal
Event
With
Rating
Link copied to clipboard
constructor
(
eventType
:
JournalEventEntity
,
rating
:
Int
?
=
null
,
id
:
String
?
=
null
)
Properties
event
Type
Link copied to clipboard
val
eventType
:
JournalEventEntity
id
Link copied to clipboard
val
id
:
String
?
=
null
rating
Link copied to clipboard
val
rating
:
Int
?
=
null