| Name | Type | Description | Notes |
|---|---|---|---|
| text | String | ||
| id | Integer | [optional] | |
| project_id | Integer | [optional] | |
| type | NoteTypeReference | [optional] | |
| flagged | Boolean | [optional] | |
| _info | Hash<String, String> | [optional] |
require 'connect_wise'
instance = ConnectWise::ProjectNote.new(
text: null,
id: null,
project_id: null,
type: null,
flagged: null,
_info: null
)