Object describing the device used to perform the Synthetic test.

Hierarchy

  • SyntheticsDevice

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

Screen height of the device.

The device ID.

isMobile?: boolean

Whether or not the device is a mobile.

name: string

The device name.

width: number

Screen width of the device.

Generated using TypeDoc