Class ProgressResourceStatus
Inheritance
System.Object
ProgressResourceStatus
Assembly: Crowdin.Api.dll
Syntax
public class ProgressResourceStatus : object
Properties
|
Improve this Doc
View Source
Approved
Declaration
public int Approved { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
PreTranslateAppliedTo
Declaration
public int PreTranslateAppliedTo { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Total
Declaration
public int Total { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Translated
Declaration
public int Translated { get; set; }
Property Value
Type |
Description |
System.Int32 |
|