# EditPullRequestOption ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **allowMaintainerEdit** | **Boolean** | Whether to allow maintainer edits | [optional] **assignee** | **String** | The new primary assignee username | [optional] **assignees** | **List<String>** | The new list of assignee usernames | [optional] **base** | **String** | The new base branch for the pull request | [optional] **body** | **String** | The new description body for the pull request | [optional] **contentVersion** | **Long** | The current version of the pull request content to detect conflicts during editing | [optional] **dueDate** | [**Date**](Date.md) | | [optional] **labels** | **List<Long>** | The new list of label IDs for the pull request | [optional] **milestone** | **Long** | The new milestone ID for the pull request | [optional] **state** | **String** | The new state for the pull request | [optional] **title** | **String** | The new title for the pull request | [optional] **unsetDueDate** | **Boolean** | Whether to remove the current deadline | [optional]