PullRequestCreateRequest 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.
PullRequestCreateRequest
public class PullRequestCreateRequest
type PullRequestCreateRequest = class
Public Class PullRequestCreateRequest
- Inheritance
-
PullRequestCreateRequest
Constructors
| Name | Description |
|---|---|
| PullRequestCreateRequest() | |
Properties
| Name | Description |
|---|---|
| Base |
The name of the branch you want the changes pulled into. This should be an existing branch on the current repository. You cannot submit a pull request to one repository that requests a merge to a base of another repository. |
| Body |
The contents of the pull request. |
| CanMaintainerModify |
Indicates whether maintainers can modify the pull request. |
| Draft |
Indicates whether the pull request is a draft. |
| Head |
The name of the branch where your changes are implemented. For cross-repository pull requests in the same network, namespace |
| Title |
The title of the new pull request. |