- 
                  
                  DeclarationSwift static let schema: String
- 
                  
                  The snippet’s ID. DeclarationSwift @ID var id: UUID?
- 
                  
                  Each ‘song’ is a sequence of video snippets spliced together. Each snippet offered to a user for recording has a index into hat sequence. Snippet 0 is the first snippet in a song. DeclarationSwift @Field var songSnippetIndex: Int
- 
                  
                  The URL of the snippet media. Nil upon creation. Gets filled in once the user uploads their video clip for this snippet offer. DeclarationSwift @Field var mediaURL: String?
- 
                  
                  Timestamp of the model’s creation, set automatically. DeclarationSwift @Timestamp var createdAt: Date?
- 
                  
                  Timestamp of the model’s last update, set automatically. DeclarationSwift @Timestamp var updatedAt: Date?
- 
                  
                  Timestamp of the model’s soft-deletion, set automatically. DeclarationSwift @Timestamp var deletedAt: Date?
- 
                  
                  Used by Fluent DeclarationSwift init()
- 
                  
                  Initializes a new MKSnippet object. DeclarationSwift init(song: MKSong, songSnippetIndex: Int, author: UserCacheData) throwsParameterssongsnippetNumber
- 
                  
                  The type for MKSongreports.DeclarationSwift var reportType: ReportType { get }
- 
                  
                  DeclarationSwift var authorUUID: UUID { get }
- 
                  
                  DeclarationSwift var autoQuarantineThreshold: Int { get }
- 
                  
                  DeclarationSwift var moderationStatus: ContentModerationStatus { get set }
 View on GitHub
            View on GitHub
           MKSnippet Class Reference
      MKSnippet Class Reference