Class ReportIndividualRatesForm
Inheritance
System.Object
ReportIndividualRatesForm
Assembly: Crowdin.Api.dll
public class ReportIndividualRatesForm : 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<ReportCreateForm>? 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>> |
|