InedoSDK Reference
Version:

GitPullRequest(string Id, string BrowseUrl, string Title, bool Closed, string FromBranch, string ToBranch) Constructor

Represents a pull request in a git repository.

Syntax

public GitPullRequest(string Id, string BrowseUrl, string Title, bool Closed, string FromBranch, string ToBranch)

Parameters

Id
Type: string

ID of the request.

BrowseUrl
Type: string

Browse URL of the request.

Title
Type: string

Title of the request.

Closed
Type: bool

Value indicating whether the request is closed.

FromBranch
Type: string

Name of the source branch.

ToBranch
Type: string

Name of the target branch.