Fast test result response. Returns null if the result is not yet available (the test is still running or timed out before completing).

Hierarchy

  • SyntheticsFastTestResult

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

Fast test result data object (JSON:API format).

Generated using TypeDoc