Class ReportSettingsFuzzyConfig
Inheritance
System.Object
ReportSettingsFuzzyConfig
Namespace: Crowdin.Api.Reports
Assembly: Crowdin.Api.dll
Syntax
public class ReportSettingsFuzzyConfig : object
Properties
| Improve this Doc View SourceIndividualRates
Declaration
public ICollection<ReportSettingsFuzzyConfig.IndividualRate> IndividualRates { get; set; }
Property Value
Type | Description |
---|---|
ICollection<ReportSettingsFuzzyConfig.IndividualRate> |
RegularRates
Declaration
public ICollection<ReportSettingsFuzzyConfig.RegularRate> RegularRates { get; set; }
Property Value
Type | Description |
---|---|
ICollection<ReportSettingsFuzzyConfig.RegularRate> |