25
crates/gitea-client/docs/PullReviewComment.md
Normal file
25
crates/gitea-client/docs/PullReviewComment.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# PullReviewComment
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**body** | Option<**String**> | | [optional]
|
||||
**commit_id** | Option<**String**> | | [optional]
|
||||
**created_at** | Option<**String**> | | [optional]
|
||||
**diff_hunk** | Option<**String**> | | [optional]
|
||||
**html_url** | Option<**String**> | | [optional]
|
||||
**id** | Option<**i64**> | | [optional]
|
||||
**original_commit_id** | Option<**String**> | | [optional]
|
||||
**original_position** | Option<**i32**> | | [optional]
|
||||
**path** | Option<**String**> | | [optional]
|
||||
**position** | Option<**i32**> | | [optional]
|
||||
**pull_request_review_id** | Option<**i64**> | | [optional]
|
||||
**pull_request_url** | Option<**String**> | | [optional]
|
||||
**resolver** | Option<[**models::User**](User.md)> | | [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)
|
||||
|
||||
|
Reference in New Issue
Block a user