Class CostEstimationPostEditingGenerateReportRequest.GeneralSchema
Inheritance
CostEstimationPostEditingGenerateReportRequest.GeneralSchema
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class CostEstimationPostEditingGenerateReportRequest.GeneralSchema : CostEstimationPostEditingGenerateReportRequest.SchemaBase
Properties
|
Edit this page
View Source
BaseRates
Declaration
[JsonProperty("baseRates")]
public BaseRatesForm BaseRates { get; set; }
Property Value
|
Edit this page
View Source
BranchIds
Declaration
[JsonProperty("branchIds")]
public ICollection<long>? BranchIds { get; set; }
Property Value
|
Edit this page
View Source
DateFrom
Declaration
[JsonProperty("dateFrom")]
public DateTimeOffset? DateFrom { get; set; }
Property Value
|
Edit this page
View Source
DateTo
Declaration
[JsonProperty("dateTo")]
public DateTimeOffset? DateTo { get; set; }
Property Value
|
Edit this page
View Source
DirectoryIds
Declaration
[JsonProperty("directoryIds")]
public ICollection<long>? DirectoryIds { get; set; }
Property Value
|
Edit this page
View Source
FileIds
Declaration
[JsonProperty("fileIds")]
public ICollection<long>? FileIds { get; set; }
Property Value
|
Edit this page
View Source
IndividualRates
Declaration
[JsonProperty("individualRates")]
public ICollection<CostEstimationPostEditingGenerateReportRequest.IndividualRate> IndividualRates { get; set; }
Property Value
|
Edit this page
View Source
LabelIds
Declaration
[JsonProperty("labelIds")]
public ICollection<long>? LabelIds { get; set; }
Property Value
|
Edit this page
View Source
LabelIncludeType
Declaration
[JsonProperty("labelIncludeType")]
public ReportLabelIncludeType? LabelIncludeType { get; set; }
Property Value
|
Edit this page
View Source
LanguageId
Declaration
[JsonProperty("languageId")]
public string? LanguageId { get; set; }
Property Value
|
Edit this page
View Source
NetRateSchemes
Declaration
[JsonProperty("netRateSchemes")]
public CostEstimationPostEditingGenerateReportRequest.NetRateSchemes NetRateSchemes { get; set; }
Property Value