Lilt API Binding for Javascript
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Number | A unique number identifying the Comment. | [optional] |
| text | String | The comment text. | [optional] |
| annotations | [Annotation] | A list of optional Annotations. | [optional] |
| isResolved | Boolean | Whether the Comment is resolved. | [optional] |
| documentId | Number | The document to which the comment belongs. | [optional] |
| segmentId | Number | The individual segment to which the comment applies. | [optional] |
| segmentRevisionId | Number | The revision of the individual segment to which the comment applies. | [optional] |
| userId | Number | The user who created this comment. | [optional] |
| createdAt | Number | Time at which the object was created. Measured in seconds since the Unix epoch. | [optional] |