Class CostEstimationPostEditingGenerateReportRequest.ByTaskSchema
Inheritance
System.Object
CostEstimationPostEditingGenerateReportRequest.ByTaskSchema
Assembly: Crowdin.Api.dll
Syntax
public class ByTaskSchema : CostEstimationPostEditingGenerateReportRequest.SchemaBase
Properties
|
Improve this Doc
View Source
BaseRates
Declaration
public BaseRatesForm BaseRates { get; set; }
Property Value
|
Improve this Doc
View Source
IndividualRates
Declaration
public ICollection<CostEstimationPostEditingGenerateReportRequest.IndividualRate>? IndividualRates { get; set; }
Property Value
|
Improve this Doc
View Source
NetRateSchemes
Declaration
public CostEstimationPostEditingGenerateReportRequest.NetRateSchemes NetRateSchemes { get; set; }
Property Value
|
Improve this Doc
View Source
TaskId
Declaration
public int? TaskId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|