Search Results for

    Show / Hide Table of Contents

    Class UserReportSettingsTemplate.Configuration

    Inheritance
    object
    UserReportSettingsTemplate.Configuration
    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 UserReportSettingsTemplate.Configuration

    Properties

    | Edit this page View Source

    BaseRates

    Declaration
    [JsonProperty("baseRates")]
    public BaseRates BaseRates { get; set; }
    Property Value
    Type Description
    BaseRates
    | Edit this page View Source

    IndividualRates

    Declaration
    [JsonProperty("individualRates")]
    public UserReportSettingsTemplate.Configuration.IndividualRate[] IndividualRates { get; set; }
    Property Value
    Type Description
    IndividualRate[]
    | Edit this page View Source

    NetRateSchemes

    Declaration
    [JsonProperty("netRateSchemes")]
    public UserReportSettingsTemplate.Configuration.NetRateSchemesData NetRateSchemes { get; set; }
    Property Value
    Type Description
    UserReportSettingsTemplate.Configuration.NetRateSchemesData
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX