Class ReportSettingsSimpleConfig.IndividualRate
Inheritance
System.Object
ReportSettingsSimpleConfig.IndividualRate
Assembly: Crowdin.Api.dll
Syntax
public class IndividualRate : object
Properties
|
Improve this Doc
View Source
LanguageIds
Declaration
public ICollection<string>? LanguageIds { get; set; }
Property Value
Type |
Description |
System.Nullable<ICollection<System.String>> |
|
|
Improve this Doc
View Source
Rates
Declaration
public ICollection<ReportSettingsSimpleConfig.RegularRate>? Rates { get; set; }
Property Value
|
Improve this Doc
View Source
UserIds
Declaration
public int[] UserIds { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|