Data object for a heatmap snapshot update request, containing the resource identifier, type, and attributes.

Hierarchy

  • SnapshotUpdateRequestData

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

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

id?: string

Unique identifier of the heatmap snapshot to update.

Snapshots resource type.

Generated using TypeDoc