| Name | Type | Description | Notes |
|---|---|---|---|
| user_note_id | int | Identifier for the user note. | [optional] |
| user_id | int | User identifier associated with the note. | [optional] |
| note | string | Note content. | [optional] |
| ts_create | \DateTime | Creation timestamp of the note. | [optional] |
| created_by_user_id | int | Identifier of the user who created the note. | [optional] |
| created_by_user_name | string | Name of the user who created the note. | [optional] |
| created_by_user_email | string | Email of the user who created the note. | [optional] |