Files
2025-09-07 00:21:05 +00:00

1.0 KiB

Comment

Properties

Name Type Description Notes
assets List<Attachment> Attachments contains files attached to the comment [optional]
body String Body contains the comment text content [optional]
createdAt Date [optional]
htmlUrl String HTMLURL is the web URL for viewing the comment [optional]
id Long ID is the unique identifier for the comment [optional]
issueUrl String IssueURL is the API URL for the issue [optional]
originalAuthor String OriginalAuthor is the original author name (for imported comments) [optional]
originalAuthorId Long OriginalAuthorID is the original author ID (for imported comments) [optional]
pullRequestUrl String PRURL is the API URL for the pull request (if applicable) [optional]
updatedAt Date [optional]
user User [optional]