GitMergeOperationStatusDetail 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.
Status information about a requested merge operation.
[System.Runtime.Serialization.DataContract]
public class GitMergeOperationStatusDetail
type GitMergeOperationStatusDetail = class
Public Class GitMergeOperationStatusDetail
- Inheritance
-
GitMergeOperationStatusDetail
- Attributes
Constructors
| GitMergeOperationStatusDetail() |
Properties
| FailureMessage |
Error message if the operation failed. |
| MergeCommitId |
The commitId of the resultant merge commit. |