# BrevoRuby::Note ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | Unique note Id | [optional] **text** | **String** | Text content of a note | **contact_ids** | **Array<Integer>** | Contact ids linked to a note | [optional] **deal_ids** | **Array<String>** | 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]