Class ReportSettingsSimpleConfig.IndividualRate
Inheritance
ReportSettingsSimpleConfig.IndividualRate
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class ReportSettingsSimpleConfig.IndividualRate
Properties
|
Edit this page
View Source
LanguageIds
Declaration
[JsonProperty("languageIds")]
public ICollection<string>? LanguageIds { get; set; }
Property Value
|
Edit this page
View Source
Rates
Declaration
[JsonProperty("rates")]
public ICollection<ReportSettingsSimpleConfig.RegularRate>? Rates { get; set; }
Property Value
|
Edit this page
View Source
UserIds
Declaration
[JsonProperty("userIds")]
public long[]? UserIds { get; set; }
Property Value