# EditPullRequestOption

EditPullRequestOption options when modify pull request

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allow_maintainer_edit** | **boolean** |  | [optional] [default to undefined]
**assignee** | **string** |  | [optional] [default to undefined]
**assignees** | **Array&lt;string&gt;** |  | [optional] [default to undefined]
**base** | **string** |  | [optional] [default to undefined]
**body** | **string** |  | [optional] [default to undefined]
**due_date** | **string** |  | [optional] [default to undefined]
**labels** | **Array&lt;number&gt;** |  | [optional] [default to undefined]
**milestone** | **number** |  | [optional] [default to undefined]
**state** | **string** |  | [optional] [default to undefined]
**title** | **string** |  | [optional] [default to undefined]
**unset_due_date** | **boolean** |  | [optional] [default to undefined]

## Example

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

const instance: EditPullRequestOption = {
    allow_maintainer_edit,
    assignee,
    assignees,
    base,
    body,
    due_date,
    labels,
    milestone,
    state,
    title,
    unset_due_date,
};
```

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