###
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
###
shared
/
org.danbrough.hb
/
JsonLog
Json
Log
@
Serializable
data
class
JsonLog
(
val
id
:
String
,
val
subject
:
String
,
val
count
:
Int
,
val
node
:
String
?
)
Members
Members & Extensions
Constructors
Json
Log
Link copied to clipboard
constructor
(
id
:
String
,
subject
:
String
,
count
:
Int
,
node
:
String
?
)
Properties
count
Link copied to clipboard
val
count
:
Int
id
Link copied to clipboard
val
id
:
String
log
Link copied to clipboard
val
JsonLog
.
log
:
Log
node
Link copied to clipboard
val
node
:
String
?
subject
Link copied to clipboard
val
subject
:
String