Class SyntheticsTestResultNetstatsHops

Statistics about the number of hops for a network test.

Hierarchy

  • SyntheticsTestResultNetstatsHops

Constructors

Properties

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
avg?: number

Average number of hops.

max?: number

Maximum number of hops.

min?: number

Minimum number of hops.

Generated using TypeDoc