Class SnapshotUpdateRequestDataAttributes

Attributes for updating a heatmap snapshot, including event, session, and view context.

Hierarchy

  • SnapshotUpdateRequestDataAttributes

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

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.

Generated using TypeDoc