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