Class PingResult

PingResult represents the output of a ping operation.

Hierarchy

  • PingResult

Properties

Methods

Properties

id: string

The unique identifier for this report.

sdk: string

The name of the SDK which generated this report.

services: {
    [serviceType: string]: PingEndpoint[];
}

A list of service endpoints and their ping results.

Type declaration

version: number

The version number of this report.

Methods

Generated using TypeDoc