toggle menu
trailblaze-report
jvm
switch theme
search in API
trailblaze-report
/
xyz.block.trailblaze.report.models
/
LogsSummary
Logs
Summary
@
Serializable
data
class
LogsSummary
(
val
count
:
Int
,
val
statusMessage
:
String
,
val
sessions
:
List
<
SessionSummary
>
=
emptyList()
)
Members
Constructors
Logs
Summary
Link copied to clipboard
constructor
(
count
:
Int
,
statusMessage
:
String
,
sessions
:
List
<
SessionSummary
>
=
emptyList()
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
count
Link copied to clipboard
val
count
:
Int
sessions
Link copied to clipboard
val
sessions
:
List
<
SessionSummary
>
status
Message
Link copied to clipboard
val
statusMessage
:
String