Attributes of a session within a playlist, including the session event data and its replay track.

Hierarchy

  • PlaylistsSessionDataAttributes

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
sessionEvent?: {
    [key: string]: any;
}

Raw event data associated with the replay session.

Type declaration

  • [key: string]: any
track?: string

Replay track identifier indicating which recording track the session belongs to.

Generated using TypeDoc