Data object representing a session watch record, including its identifier, type, and attributes.

Hierarchy

  • WatchData

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?: WatchDataAttributes

Attributes for recording a session watch event, including the application, event reference, and timestamp.

id?: string

Unique identifier of the watch record.

Rum replay watch resource type.

Generated using TypeDoc