Search Results for

    Show / Hide Table of Contents

    Class ReportSettingsFuzzyConfig

    Inheritance
    object
    ReportSettingsFuzzyConfig
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.Reports
    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
    Type Description
    ICollection<ReportSettingsFuzzyConfig.IndividualRate>
    | Edit this page View Source

    RegularRates

    Declaration
    [JsonProperty("regularRates")]
    public ICollection<ReportSettingsFuzzyConfig.RegularRate> RegularRates { get; set; }
    Property Value
    Type Description
    ICollection<ReportSettingsFuzzyConfig.RegularRate>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX