lilt-python

API bindings for the Lilt REST API.

View the Project on GitHub lilt/lilt-python

CommentBody

The body of a comment being created or updated.

Properties

Name | Type | Description | Notes ———— | ————- | ————- | ————- text | str | The main comment value. | [optional] annotations | list[Annotation] | A list of optional Annotations. | [optional] is_resolved | str | An optional value indicating whether the comment has been resolved, defaults to `false`. Resolved comments will not be returned in subsequent requests. | [optional]

[Back to Model list] [Back to API list] [Back to README]