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 browser-based fast tests.

Location from which the fast test was executed.

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.

testType?: string

The type of the Synthetic test that produced this result (for example, api or browser).

testVersion?: number

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

Generated using TypeDoc