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