Class GroupTranslationCostsPostEditingGenerateGroupReportRequest.NetRateSchemes
Inheritance
System.Object
GroupTranslationCostsPostEditingGenerateGroupReportRequest.NetRateSchemes
Assembly: Crowdin.Api.dll
Syntax
public class NetRateSchemes : object
Properties
|
Improve this Doc
View Source
MtMatch
Declaration
public ICollection<Match> MtMatch { get; set; }
Property Value
Type |
Description |
ICollection<Match> |
|
|
Improve this Doc
View Source
SuggestionMatch
Declaration
public ICollection<Match> SuggestionMatch { get; set; }
Property Value
Type |
Description |
ICollection<Match> |
|
|
Improve this Doc
View Source
TmMatch
Declaration
public ICollection<Match> TmMatch { get; set; }
Property Value
Type |
Description |
ICollection<Match> |
|