| Name | Type | Description | Notes |
|---|---|---|---|
| createdBy | string | [readonly] The email address of the user that create the Note | [optional] |
| documentCount | int | [readonly] The number of attachments associated with this model | [optional] |
| documents | \SynergiTech\Staffology\Model\Item[] | [readonly] The attachments associated with this model | [optional] |
| employee | \SynergiTech\Staffology\Model\Item | [optional] | |
| id | string | [readonly] The unique id of the object | [optional] [readonly] |
| noteDate | \DateTime | The date of the note | [optional] |
| noteText | string | Note text | [optional] |
| type | \SynergiTech\Staffology\Model\NoteType | [optional] | |
| updatedBy | string | [readonly] The email address of the user that last updated the Note | [optional] |