KaraokePerformedSongsData
public struct KaraokePerformedSongsData : ContentReturns 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. DeclarationSwift var artist: String
- 
                  
                  The title of the song. DeclarationSwift var songName: String
- 
                  
                  The person or people aboard the boat who performed this song in the Karaoke Lounge. DeclarationSwift var performers: String
- 
                  
                  The time the performance was logged – this is usually the time the song was performed. DeclarationSwift var time: Date
 View on GitHub
            View on GitHub
           KaraokePerformedSongsData Structure Reference
      KaraokePerformedSongsData Structure Reference