17 lines
453 B
Markdown
17 lines
453 B
Markdown
|
|
||
|
|
||
|
# CreatePullReviewComment
|
||
|
|
||
|
CreatePullReviewComment represent a review comment for creation api
|
||
|
## Properties
|
||
|
|
||
|
Name | Type | Description | Notes
|
||
|
------------ | ------------- | ------------- | -------------
|
||
|
**body** | **String** | | [optional]
|
||
|
**newPosition** | **Long** | if comment to new file line or 0 | [optional]
|
||
|
**oldPosition** | **Long** | if comment to old file line or 0 | [optional]
|
||
|
**path** | **String** | the tree path | [optional]
|
||
|
|
||
|
|
||
|
|