Class SyntheticsTestResultSummaryAttributes

Attributes of a Synthetic test result summary.

Hierarchy

  • SyntheticsTestResultSummaryAttributes

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).

Execution details for a Synthetic test result.

finishedAt?: number

Timestamp of when the test finished (in milliseconds).

Location information for a Synthetic test result.

The type of run for a Synthetic test result.

startedAt?: number

Timestamp of when the test started (in milliseconds).

Status of a Synthetic test result.

Step execution summary for a Synthetic test result.

testSubType?: SyntheticsTestSubType

Subtype of the Synthetic test that produced this result.

Type of the Synthetic test that produced this result.

Generated using TypeDoc