HealthCheckResponse

@Serializable
data class HealthCheckResponse(val status: String, val checks: Map<String, HealthCheckItemResponse>, val timestamp: Long)(source)

Constructors

Link copied to clipboard
constructor(status: String, checks: Map<String, HealthCheckItemResponse>, timestamp: Long)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard