Class MergeBranchRequest
Inheritance
System.Object
MergeBranchRequest
Assembly: Crowdin.Api.dll
Syntax
public class MergeBranchRequest : object
Properties
|
Improve this Doc
View Source
DeleteAfterMerge
Declaration
public bool? DeleteAfterMerge { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
DryRun
Declaration
public bool? DryRun { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
SourceBranchId
Declaration
public int SourceBranchId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|