Class SnapshotCreateRequestDataAttributes

Attributes for creating a heatmap snapshot, including the view, session, event, and device context.

Hierarchy

  • SnapshotCreateRequestDataAttributes

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
applicationId: string

Unique identifier of the RUM application.

deviceType: string

Device type used when capturing the snapshot (e.g., desktop, mobile, tablet).

eventId: string

Unique identifier of the RUM event associated with the snapshot.

isDeviceTypeSelectedByUser: boolean

Indicates whether the device type was explicitly selected by the user rather than auto-detected.

sessionId?: string

Unique identifier of the RUM session associated with the snapshot.

snapshotName: string

Human-readable name for the snapshot.

start: number

Offset in milliseconds from the start of the session at which the snapshot was captured.

viewId?: string

Unique identifier of the RUM view associated with the snapshot.

viewName: string

URL path or name of the view where the snapshot was captured.

Generated using TypeDoc