Class BranchMergeStatus.AttributesData
Inherited Members
Namespace: Crowdin.Api.Branches
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class BranchMergeStatus.AttributesData
Properties
| Edit this page View SourceDeleteAfterMerge
Declaration
[JsonProperty("deleteAfterMerge")]
public bool DeleteAfterMerge { get; set; }
Property Value
Type | Description |
---|---|
bool |
SourceBranchId
Declaration
[JsonProperty("sourceBranchId")]
public long SourceBranchId { get; set; }
Property Value
Type | Description |
---|---|
long |