| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Unique note Id | [optional] |
| text | String | Text content of a note | |
| contactIds | List<Integer> | Contact ids linked to a note | [optional] |
| dealIds | List<String> | Deal ids linked to a note | [optional] |
| authorId | Object | Account details of user which created the note | [optional] |
| createdAt | [OffsetDateTime] | Note created date/time | [optional] |
| updatedAt | [OffsetDateTime] | Note updated date/time | [optional] |