# CreatePullReviewOptions

CreatePullReviewOptions are options to create a pull review

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**body** | **string** |  | [optional] [default to undefined]
**comments** | [**Array&lt;CreatePullReviewComment&gt;**](CreatePullReviewComment.md) |  | [optional] [default to undefined]
**commit_id** | **string** |  | [optional] [default to undefined]
**event** | **string** | ReviewStateType review state type | [optional] [default to undefined]

## Example

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

const instance: CreatePullReviewOptions = {
    body,
    comments,
    commit_id,
    event,
};
```

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