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

17 lines
1.0 KiB
Markdown

# Comment
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**assets** | [**List<Attachment>**](Attachment.md) | Attachments contains files attached to the comment | [optional]
**body** | **String** | Body contains the comment text content | [optional]
**createdAt** | [**Date**](Date.md) | | [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**](Date.md) | | [optional]
**user** | [**User**](User.md) | | [optional]