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
/
HealthLiveResponse
Health
Live
Response
@
Serializable
data
class
HealthLiveResponse
(
val
status
:
String
=
"UP"
,
val
service
:
String
=
"SoulLogger"
)
(
source
)
Members
Constructors
Health
Live
Response
Link copied to clipboard
constructor
(
status
:
String
=
"UP"
,
service
:
String
=
"SoulLogger"
)
Properties
service
Link copied to clipboard
@
SerialName
(
value
=
"service"
)
val
service
:
String
status
Link copied to clipboard
@
SerialName
(
value
=
"status"
)
val
status
:
String