NoteCreateData
public struct NoteCreateData : Contentextension NoteCreateData: RCFValidatableUsed to create a UserNote when viewing a user’s profile. Also used to create a Karaoke song log entry.
Required by:
- /api/v3/users/:userID/note
- /api/v3/karaoke/:songID/logperformance
See UsersController.noteCreateHandler(_:data:).
- 
                  
                  The text of the note. DeclarationSwift var note: String
- 
                  
                  DeclarationSwift func runValidations(using decoder: ValidatingDecoder) throws
 View on GitHub
            View on GitHub
           NoteCreateData Structure Reference
      NoteCreateData Structure Reference