SoulLogger
Toggle table of contents
1.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
SoulLogger
SoulLogger
/
com.lestere.opensource.models
/
HealthCheckResponse
Health
Check
Response
@
Serializable
data
class
HealthCheckResponse
(
val
status
:
String
,
val
checks
:
Map
<
String
,
HealthCheckItemResponse
>
,
val
timestamp
:
Long
)
(
source
)
Members
Constructors
Health
Check
Response
Link copied to clipboard
constructor
(
status
:
String
,
checks
:
Map
<
String
,
HealthCheckItemResponse
>
,
timestamp
:
Long
)
Properties
checks
Link copied to clipboard
val
checks
:
Map
<
String
,
HealthCheckItemResponse
>
status
Link copied to clipboard
val
status
:
String
timestamp
Link copied to clipboard
val
timestamp
:
Long