# SibApiV3Sdk.Note

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


