elasticmagic-kt
0.0.30
elasticmagic
/
dev.evo.elasticmagic
/
PingResult
Ping
Result
data
class
PingResult
(
val
statusCode
:
Int
,
val
responseTimeMs
:
Long
)
Constructors
Properties
Constructors
Ping
Result
Link copied to clipboard
fun
PingResult
(
statusCode
:
Int
,
responseTimeMs
:
Long
)
Properties
response
Time
Ms
Link copied to clipboard
val
responseTimeMs
:
Long
status
Code
Link copied to clipboard
val
statusCode
:
Int