GitAsyncRefOperationSource 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.
GitAsyncRefOperationSource specifies the pull request or list of commits to use when making a cherry pick and revert operation request. Only one should be provided.
[System.Runtime.Serialization.DataContract]
public class GitAsyncRefOperationSource
type GitAsyncRefOperationSource = class
Public Class GitAsyncRefOperationSource
- Inheritance
-
GitAsyncRefOperationSource
- Attributes
Constructors
| GitAsyncRefOperationSource() |
Properties
| CommitList |
A list of commits to cherry pick or revert |
| PullRequestId |
Id of the pull request to cherry pick or revert |