Class GroupTranslationCostsPostEditingGenerateGroupReportRequest.NetRateSchemes
Inheritance
GroupTranslationCostsPostEditingGenerateGroupReportRequest.NetRateSchemes
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class GroupTranslationCostsPostEditingGenerateGroupReportRequest.NetRateSchemes
Properties
|
Edit this page
View Source
MtMatch
Declaration
[JsonProperty("mtMatch")]
public ICollection<Match> MtMatch { get; set; }
Property Value
|
Edit this page
View Source
SuggestionMatch
Declaration
[JsonProperty("suggestionMatch")]
public ICollection<Match> SuggestionMatch { get; set; }
Property Value
|
Edit this page
View Source
TmMatch
Declaration
[JsonProperty("tmMatch")]
public ICollection<Match> TmMatch { get; set; }
Property Value