NoteData
public struct NoteData : ContentUsed to obtain the contents of a UserNote for display in a non-profile-viewing context.
Returned by:
- GET /api/v3/user/notes
- GET /api/v3/users/ID/note
- POST /api/v3/user/note
See UserController.notesHandler(_:), UserController.noteHandler(_:data:).
- 
                  
                  Timestamp of the note’s creation. DeclarationSwift let createdAt: Date
- 
                  
                  Timestamp of the note’s last update. DeclarationSwift let updatedAt: Date
- 
                  
                  The user the note is written about. The target user does not get to see notes written about them. DeclarationSwift let targetUser: UserHeader
- 
                  
                  The text of the note. DeclarationSwift var note: String
- 
                  
                  
 View on GitHub
            View on GitHub
           NoteData Structure Reference
      NoteData Structure Reference