PullRequest Class
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.
Represents a pull request object. These are retrieved from Source Providers.
[System.Runtime.Serialization.DataContract]
public class PullRequest : Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
type PullRequest = class
inherit BaseSecuredObject
Public Class PullRequest
Inherits BaseSecuredObject
- Inheritance
-
Microsoft.VisualStudio.Services.WebApi.BaseSecuredObjectPullRequest
- Attributes
Author |
Author of the pull request. |
Current |
Current state of the pull request, e.g. open, merged, closed, conflicts, etc. |
Description |
Description for the pull request. |
Id |
Unique identifier for the pull request |
Links |
The links to other objects related to this object. |
Provider |
The name of the provider this pull request is associated with. |
Source |
Source branch ref of this pull request |
Source |
Owner of the source repository of this pull request |
Target |
Target branch ref of this pull request |
Target |
Owner of the target repository of this pull request |
Title |
Title of the pull request. |
Ürün | Sürümler |
---|---|
Azure DevOps Services .NET SDK | preview |