| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | Unique note Id | [optional] |
| Text | string | Text content of a note | |
| ContactIds | List<int?> | 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 | DateTime? | Note created date/time | [optional] |
| UpdatedAt | DateTime? | Note updated date/time | [optional] |