Class ProgressResourceStatus
Inheritance
ProgressResourceStatus
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class ProgressResourceStatus
Properties
|
Edit this page
View Source
Approved
Declaration
[JsonProperty("approved")]
public int Approved { get; set; }
Property Value
|
Edit this page
View Source
PreTranslateAppliedTo
Declaration
[JsonProperty("preTranslateAppliedTo")]
public int PreTranslateAppliedTo { get; set; }
Property Value
|
Edit this page
View Source
Total
Declaration
[JsonProperty("total")]
public int Total { get; set; }
Property Value
|
Edit this page
View Source
Translated
Declaration
[JsonProperty("translated")]
public int Translated { get; set; }
Property Value