Files
gitea-rs/crates/gitea-client/docs/Comment.md
2026-03-20 16:24:40 +01:00

22 lines
1.3 KiB
Markdown

# Comment
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**assets** | Option<[**Vec<models::Attachment>**](Attachment.md)> | Attachments contains files attached to the comment | [optional]
**body** | Option<**String**> | Body contains the comment text content | [optional]
**created_at** | Option<**String**> | | [optional]
**html_url** | Option<**String**> | HTMLURL is the web URL for viewing the comment | [optional]
**id** | Option<**i64**> | ID is the unique identifier for the comment | [optional]
**issue_url** | Option<**String**> | IssueURL is the API URL for the issue | [optional]
**original_author** | Option<**String**> | OriginalAuthor is the original author name (for imported comments) | [optional]
**original_author_id** | Option<**i64**> | OriginalAuthorID is the original author ID (for imported comments) | [optional]
**pull_request_url** | Option<**String**> | PRURL is the API URL for the pull request (if applicable) | [optional]
**updated_at** | Option<**String**> | | [optional]
**user** | Option<[**models::User**](User.md)> | | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)