Document representing a note to an object.
Property | Type | Constraints | Description |
---|---|---|---|
created_by |
String | The author of the note. | |
creation_date |
Date | The creation date of the note. | |
id |
String | The ID of the note. | |
subject |
String | maxLength=256 | The note's subject. |
text |
String | maxLength=4000 | The note's text. |