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