Edit

GitAsyncRefOperationSource Class

Definition

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

Applies to