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

1.3 KiB

Comment

Properties

Name Type Description Notes
assets Option<Vecmodels::Attachment> 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> [optional]

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