GitPullRequestQueryInput 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 request query input parameters.
[System.Runtime.Serialization.DataContract]
public class GitPullRequestQueryInput : Microsoft.TeamFoundation.SourceControl.WebApi.VersionControlSecuredObject
type GitPullRequestQueryInput = class
inherit VersionControlSecuredObject
Public Class GitPullRequestQueryInput
Inherits VersionControlSecuredObject
- Inheritance
- Attributes
Constructors
| GitPullRequestQueryInput() |
Properties
| Items |
The list of commit IDs to search for. |
| Type |
The type of query to perform. |
Methods
| SetSecuredObject(ISecuredObject) | (Inherited from VersionControlSecuredObject) |
Explicit Interface Implementations
| ISecuredObject.GetToken() | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.NamespaceId | (Inherited from VersionControlSecuredObject) |
| ISecuredObject.RequiredPermissions | (Inherited from VersionControlSecuredObject) |