Edit

GitPullRequestQueryInput Class

Definition

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
GitPullRequestQueryInput
Attributes

Constructors

Name Description
GitPullRequestQueryInput()

Properties

Name Description
Items

The list of commit IDs to search for.

Type

The type of query to perform.

Methods

Name Description
SetSecuredObject(ISecuredObject) (Inherited from VersionControlSecuredObject)

Explicit Interface Implementations

Name Description
ISecuredObject.GetToken() (Inherited from VersionControlSecuredObject)
ISecuredObject.NamespaceId (Inherited from VersionControlSecuredObject)
ISecuredObject.RequiredPermissions (Inherited from VersionControlSecuredObject)

Applies to