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