Attributes of a heatmap snapshot, including view context, device information, and audit metadata.

Hierarchy

  • SnapshotDataAttributes

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.

createdAt?: Date

Timestamp when the snapshot was created.

createdBy?: string

Display name of the user who created the snapshot.

createdByHandle?: string

Email handle of the user who created the snapshot.

createdByUserId?: number

Numeric identifier of the user who created the snapshot.

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.

modifiedAt?: Date

Timestamp when the snapshot was last modified.

orgId?: number

Numeric identifier of the organization that owns the snapshot.

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