cberg
Version:
Node.js Client for the Codeberg API
28 lines (20 loc) • 885 B
Markdown
# CreatePullReviewOptions
CreatePullReviewOptions are options to create a pull review
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**body** | **string** | | [optional] [default to undefined]
**comments** | [**Array<CreatePullReviewComment>**](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)