Class BranchMergeSummary.DetailsData
Inheritance
BranchMergeSummary.DetailsData
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class BranchMergeSummary.DetailsData
Properties
|
Edit this page
View Source
Added
Declaration
[JsonProperty("added")]
public long Added { get; set; }
Property Value
|
Edit this page
View Source
Conflicted
Declaration
[JsonProperty("conflicted")]
public long Conflicted { get; set; }
Property Value
|
Edit this page
View Source
Deleted
Declaration
[JsonProperty("deleted")]
public long Deleted { get; set; }
Property Value
|
Edit this page
View Source
Updated
Declaration
[JsonProperty("updated")]
public long Updated { get; set; }
Property Value