Class BranchMergeSummary.DetailsData
Inheritance
System.Object
BranchMergeSummary.DetailsData
Assembly: Crowdin.Api.dll
Syntax
public class DetailsData : object
Properties
|
Improve this Doc
View Source
Added
Declaration
public int Added { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Conflicted
Declaration
public int Conflicted { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Deleted
Declaration
public int Deleted { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Updated
Declaration
public int Updated { get; set; }
Property Value
Type |
Description |
System.Int32 |
|