Edit

GitAsyncRefOperationParameters Class

Definition

Parameters that are provided in the request body when requesting to cherry pick or revert.

[System.Runtime.Serialization.DataContract]
public class GitAsyncRefOperationParameters
type GitAsyncRefOperationParameters = class
Public Class GitAsyncRefOperationParameters
Inheritance
GitAsyncRefOperationParameters
Attributes

Constructors

GitAsyncRefOperationParameters()

Properties

GeneratedRefName

Proposed target branch name for the cherry pick or revert operation.

OntoRefName

The target branch for the cherry pick or revert operation.

Repository

The git repository for the cherry pick or revert operation.

Source

Details about the source of the cherry pick or revert operation (e.g. A pull request or a specific commit).

Applies to