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

Hierarchy

  • SyntheticsFastTestResultData

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

Attributes of the fast test result.

id?: string

The UUID of the fast test, used as the result identifier.

JSON:API type for a fast test result.

Generated using TypeDoc