Class BranchMergeSummary
Inheritance
System.Object
BranchMergeSummary
Assembly: Crowdin.Api.dll
Syntax
public class BranchMergeSummary : object
Properties
|
Improve this Doc
View Source
Details
Declaration
public BranchMergeSummary.DetailsData Details { get; set; }
Property Value
|
Improve this Doc
View Source
DryRun
Declaration
public bool DryRun { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SourceBranchId
Declaration
public int SourceBranchId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Status
Declaration
public BranchMergeStatusId Status { get; set; }
Property Value
|
Improve this Doc
View Source
TargetBranchId
Declaration
public int TargetBranchId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|