Class LanguageProgressResource
Inheritance
LanguageProgressResource
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class LanguageProgressResource
Properties
|
Edit this page
View Source
ApprovalProgress
Declaration
[JsonProperty("approvalProgress")]
public int ApprovalProgress { get; set; }
Property Value
|
Edit this page
View Source
Etag
Declaration
[JsonProperty("eTag")]
public string Etag { get; set; }
Property Value
|
Edit this page
View Source
FileId
Declaration
[JsonProperty("fileId")]
public long FileId { 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