# CreatePullReviewComment

CreatePullReviewComment represent a review comment for creation api

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**body** | **string** |  | [optional] [default to undefined]
**new_position** | **number** | if comment to new file line or 0 | [optional] [default to undefined]
**old_position** | **number** | if comment to old file line or 0 | [optional] [default to undefined]
**path** | **string** | the tree path | [optional] [default to undefined]

## Example

```typescript
import { CreatePullReviewComment } from 'berg';

const instance: CreatePullReviewComment = {
    body,
    new_position,
    old_position,
    path,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
