- 
                  
                  The ID of this offer, or completed snippet DeclarationSwift var snippetID: UUID
- 
                  
                  Each song the server works on collecting (via piecing together multiple song clips from users) gets an ID DeclarationSwift var songID: Int
- 
                  
                  The index into the Edit Decision List for this snippet. Not that there’s an actual EDL. DeclarationSwift var snippetIndex: Int
- 
                  
                  The user who has the reservation on this snippet. DeclarationSwift var user: UserHeader
- 
                  
                  The location of the uploaded video for this snippet. NIL if this snippet is an open offer for some user DeclarationSwift var videoURL: String?
- 
                  
                  Author must be the UserHeader for the snippet’s author. DeclarationSwift init(from snippet: MKSnippet, by author: UserHeader) throws
 View on GitHub
            View on GitHub
           MicroKaraokeSnippetModeration Structure Reference
      MicroKaraokeSnippetModeration Structure Reference