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