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