Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 855 Bytes

File metadata and controls

15 lines (12 loc) · 855 Bytes

Flipdish.Model.UserNote

Properties

Name Type Description Notes
UserNoteId int? Identifier for the user note. [optional]
UserId int? User identifier associated with the note. [optional]
Note string Note content. [optional]
TsCreate DateTime? Creation timestamp of the note. [optional]
CreatedByUserId int? Identifier of the user who created the note. [optional]
CreatedByUserName string Name of the user who created the note. [optional]
CreatedByUserEmail string Email of the user who created the note. [optional]

[Back to Model list] [Back to API list] [Back to README]