| 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] |