GitCherryPick 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.
This object is returned from Cherry Pick operations and provides the id and status of the operation
[System.Runtime.Serialization.DataContract]
public class GitCherryPick : Microsoft.TeamFoundation.SourceControl.WebApi.GitAsyncRefOperation
type GitCherryPick = class
inherit GitAsyncRefOperation
Public Class GitCherryPick
Inherits GitAsyncRefOperation
- Inheritance
- Attributes
Constructors
| GitCherryPick() |
Properties
| CherryPickId | |
| DetailedStatus | (Inherited from GitAsyncRefOperation) |
| Links | (Inherited from GitAsyncRefOperation) |
| Parameters | (Inherited from GitAsyncRefOperation) |
| Status | (Inherited from GitAsyncRefOperation) |
| Url |
A URL that can be used to make further requests for status about the operation (Inherited from GitAsyncRefOperation) |