Data object representing a RUM replay playlist, including its identifier, type, and attributes.

Hierarchy

  • PlaylistData

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 of a RUM replay playlist, including its name, description, session count, and audit timestamps.

id?: string

Unique identifier of the playlist.

Rum replay playlist resource type.

Generated using TypeDoc