Class ReportSettingsFuzzyConfig
Inheritance
ReportSettingsFuzzyConfig
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class ReportSettingsFuzzyConfig
Properties
|
Edit this page
View Source
IndividualRates
Declaration
[JsonProperty("individualRates")]
public ICollection<ReportSettingsFuzzyConfig.IndividualRate> IndividualRates { get; set; }
Property Value
|
Edit this page
View Source
RegularRates
Declaration
[JsonProperty("regularRates")]
public ICollection<ReportSettingsFuzzyConfig.RegularRate> RegularRates { get; set; }
Property Value