Class SyntheticsFastTestResultAttributes

Attributes of the fast test result.

Hierarchy

  • SyntheticsFastTestResultAttributes

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

Device information for the test result (browser and mobile tests).

Location information for a Synthetic test result.

Detailed result data for the fast test run. The exact shape of nested fields (request, response, assertions, etc.) depends on the test subtype.

Subtype of the Synthetic test that produced this result.

Type of the Synthetic fast test that produced this result.

testVersion?: number

Version of the test at the time the fast test was triggered.

Generated using TypeDoc