Class TranslationCostsPostEditingGenerateReportRequest.IndividualRate
Inheritance
TranslationCostsPostEditingGenerateReportRequest.IndividualRate
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class TranslationCostsPostEditingGenerateReportRequest.IndividualRate
Properties
|
Edit this page
View Source
FullTranslation
Declaration
[JsonProperty("fullTranslation")]
public float FullTranslation { get; set; }
Property Value
|
Edit this page
View Source
LanguageIds
Declaration
[JsonProperty("languageIds")]
public ICollection<string> LanguageIds { get; set; }
Property Value
|
Edit this page
View Source
Proofread
Declaration
[JsonProperty("proofread")]
public float Proofread { get; set; }
Property Value
|
Edit this page
View Source
UserIds
Declaration
[JsonProperty("userIds")]
public ICollection<long> UserIds { get; set; }
Property Value