GitPullRequestSearchCriteria 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.
Pull requests can be searched for matching this criteria.
[System.Runtime.Serialization.DataContract]
public class GitPullRequestSearchCriteria
type GitPullRequestSearchCriteria = class
Public Class GitPullRequestSearchCriteria
- Inheritance
-
GitPullRequestSearchCriteria
- Attributes
Constructors
| GitPullRequestSearchCriteria() |
Properties
| CreatorId |
If set, search for pull requests that were created by this identity. |
| IncludeLinks |
Whether to include the _links field on the shallow references |
| RepositoryId |
If set, search for pull requests whose target branch is in this repository. |
| ReviewerId |
If set, search for pull requests that have this identity as a reviewer. |
| SourceRefName |
If set, search for pull requests from this branch. |
| SourceRepositoryId |
If set, search for pull requests whose source branch is in this repository. |
| Status |
If set, search for pull requests that are in this state. Defaults to Active if unset. |
| TargetRefName |
If set, search for pull requests into this branch. |