KaraokePerformedSongsData
public struct KaraokePerformedSongsData : Content
Returns information about songs that have been performed in the Karaoke Lounge onboard.
Returned by: GET /api/v3/karaoke/performance
Incorporated into: KaraokeSongData
, which itself is incorporated into KaraokeSongResponseData
-
The artist that originally performed this song.
Declaration
Swift
var artist: String
-
The title of the song.
Declaration
Swift
var songName: String
-
The person or people aboard the boat who performed this song in the Karaoke Lounge.
Declaration
Swift
var performers: String
-
The time the performance was logged – this is usually the time the song was performed.
Declaration
Swift
var time: Date