GitPullRequestQueryType Enum
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.
Accepted types of pull request queries.
[System.Runtime.Serialization.DataContract]
public enum GitPullRequestQueryType
type GitPullRequestQueryType =
Public Enum GitPullRequestQueryType
- Inheritance
-
GitPullRequestQueryType
- Attributes
Fields
| Name | Value | Description |
|---|---|---|
| NotSet | 0 | No query type set. |
| LastMergeCommit | 1 | Search for pull requests that created the supplied merge commits. |
| Commit | 2 | Search for pull requests that merged the supplied commits. |