| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | Unique note Id | [optional] |
| text | str | Text content of a note | |
| contact_ids | list[int] | Contact ids linked to a note | [optional] |
| deal_ids | list[str] | Deal ids linked to a note | [optional] |
| author_id | object | Account details of user which created the note | [optional] |
| created_at | datetime | Note created date/time | [optional] |
| updated_at | datetime | Note updated date/time | [optional] |