Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 705 Bytes

CommentBody.md

File metadata and controls

13 lines (9 loc) · 705 Bytes

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]