Class ProgressResource
Inheritance
ProgressResource
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class ProgressResource
Properties
|
Edit this page
View Source
ApprovalProgress
Declaration
[JsonProperty("approvalProgress")]
public int ApprovalProgress { get; set; }
Property Value
|
Edit this page
View Source
LanguageId
Declaration
[JsonProperty("languageId")]
public string LanguageId { get; set; }
Property Value
|
Edit this page
View Source
Phrases
Declaration
[JsonProperty("phrases")]
public ProgressResourceStatus Phrases { get; set; }
Property Value
|
Edit this page
View Source
TranslationProgress
Declaration
[JsonProperty("translationProgress")]
public int TranslationProgress { get; set; }
Property Value
|
Edit this page
View Source
Words
Declaration
[JsonProperty("words")]
public ProgressResourceStatus Words { get; set; }
Property Value