PingResult

class PingResult

Functions

Link copied to clipboard
fun exportToJson(): String

Returns this report in the standard JSON format which is consistent across different SDKs.

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val endpoints: Map<ServiceType, List<EndpointPingReport>>

Holds the individual health of each endpoint in the report.

Link copied to clipboard
val id: String

The report ID (either user provided or auto generated).

Link copied to clipboard
val sdk: String

The SDK identifier used.

Link copied to clipboard
val version: Int

The format version of this report.