Information about the user who created the playlist.

Hierarchy

  • PlaylistDataAttributesCreatedBy

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
handle: string

Email handle of the user who created the playlist.

icon?: string

URL or identifier of the user's avatar icon.

id: string

Unique identifier of the user who created the playlist.

name?: string

Display name of the user who created the playlist.

uuid: string

UUID of the user who created the playlist.

Generated using TypeDoc