GitAsyncRefOperationParameters 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.
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). |