Class ReportSettingsFuzzyConfig.IndividualRate
Inheritance
ReportSettingsFuzzyConfig.IndividualRate
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class ReportSettingsFuzzyConfig.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<ReportSettingsFuzzyConfig.RegularRate>? Rates { get; set; }
Property Value
|
Edit this page
View Source
UserIds
Declaration
[JsonProperty("userIds")]
public ICollection<long>? UserIds { get; set; }
Property Value