PullRequestUpdateRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
PullRequestUpdateRequest
public class PullRequestUpdateRequest
type PullRequestUpdateRequest = class
Public Class PullRequestUpdateRequest
- Inheritance
-
PullRequestUpdateRequest
Constructors
| Name | Description |
|---|---|
| PullRequestUpdateRequest() | |
Properties
| Name | Description |
|---|---|
| Base |
The name of the branch you want your changes pulled into. This should be an existing branch on the current repository. You cannot update the base branch on a pull request to point to another repository. |
| Body |
The contents of the pull request. |
| CanMaintainerModify |
Indicates whether maintainers can modify the pull request. |
| State |
State of this Pull Request. Either |
| Title |
The title of the pull request. |