Class GroupTranslationCostsPostEditingGenerateGroupReportRequest.GeneralSchema
Inheritance
System.Object
GroupTranslationCostsPostEditingGenerateGroupReportRequest.GeneralSchema
Assembly: Crowdin.Api.dll
Syntax
public class GeneralSchema : GroupTranslationCostsPostEditingGenerateGroupReportRequest.SchemaBase
Properties
|
Improve this Doc
View Source
BaseRates
Declaration
public BaseRatesForm BaseRates { get; set; }
Property Value
|
Improve this Doc
View Source
Currency
Declaration
public ReportCurrency? Currency { get; set; }
Property Value
|
Improve this Doc
View Source
DateFrom
Declaration
public DateTimeOffset? DateFrom { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTimeOffset> |
|
|
Improve this Doc
View Source
DateTo
Declaration
public DateTimeOffset? DateTo { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTimeOffset> |
|
|
Improve this Doc
View Source
Format
Declaration
public ReportFormat? Format { get; set; }
Property Value
|
Improve this Doc
View Source
GroupBy
Declaration
public GroupingParameter? GroupBy { get; set; }
Property Value
|
Improve this Doc
View Source
IndividualRates
Declaration
public ICollection<GroupTranslationCostsPostEditingGenerateGroupReportRequest.IndividualRate> IndividualRates { get; set; }
Property Value
|
Improve this Doc
View Source
NetRateSchemes
Declaration
public GroupTranslationCostsPostEditingGenerateGroupReportRequest.NetRateSchemes NetRateSchemes { get; set; }
Property Value
|
Improve this Doc
View Source
ProjectIds
Declaration
public ICollection<int>? ProjectIds { get; set; }
Property Value
Type |
Description |
System.Nullable<ICollection<System.Int32>> |
|
|
Improve this Doc
View Source
Unit
Declaration
public ReportUnit? Unit { 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>> |
|