Search Results for

    Show / Hide Table of Contents

    Class ReportSettingsFuzzyConfig

    Inheritance
    System.Object
    ReportSettingsFuzzyConfig
    Namespace: Crowdin.Api.Reports
    Assembly: Crowdin.Api.dll
    Syntax
    public class ReportSettingsFuzzyConfig : object

    Properties

    | Improve this Doc View Source

    IndividualRates

    Declaration
    public ICollection<ReportSettingsFuzzyConfig.IndividualRate> IndividualRates { get; set; }
    Property Value
    Type Description
    ICollection<ReportSettingsFuzzyConfig.IndividualRate>
    | Improve this Doc View Source

    RegularRates

    Declaration
    public ICollection<ReportSettingsFuzzyConfig.RegularRate> RegularRates { get; set; }
    Property Value
    Type Description
    ICollection<ReportSettingsFuzzyConfig.RegularRate>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX