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