Attributes of a RUM replay playlist, including its name, description, session count, and audit timestamps.

Hierarchy

  • PlaylistDataAttributes

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
createdAt?: Date

Timestamp when the playlist was created.

Information about the user who created the playlist.

description?: string

Optional human-readable description of the playlist's purpose or contents.

name: string

Human-readable name of the playlist.

sessionCount?: number

Number of replay sessions in the playlist.

updatedAt?: Date

Timestamp when the playlist was last updated.

Generated using TypeDoc