PullRequestMergeRequest 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.
PullRequestMergeRequest
public class PullRequestMergeRequest
type PullRequestMergeRequest = class
Public Class PullRequestMergeRequest
- Inheritance
-
PullRequestMergeRequest
Constructors
| Name | Description |
|---|---|
| PullRequestMergeRequest() | |
Properties
| Name | Description |
|---|---|
| CommitMessage |
Extra detail to append to automatic commit message. |
| CommitTitle |
Title for the automatic commit message. |
| MergeMethod |
Merge method to use. Possible values are |
| Sha |
SHA that pull request head must match to allow merge. |