Class SyntheticsTestResultDeviceResolution

Screen resolution of the device used to run the test.

Hierarchy

  • SyntheticsTestResultDeviceResolution

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
height?: number

Viewport height in pixels.

pixelRatio?: number

Device pixel ratio.

width?: number

Viewport width in pixels.

Generated using TypeDoc