Class CostEstimationPostEditingGenerateReportRequest.SchemaBase
Inheritance
CostEstimationPostEditingGenerateReportRequest.SchemaBase
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public abstract class CostEstimationPostEditingGenerateReportRequest.SchemaBase
Properties
|
Edit this page
View Source
CalculateInternalMatches
Declaration
[JsonProperty("calculateInternalMatches")]
public bool? CalculateInternalMatches { get; set; }
Property Value
|
Edit this page
View Source
Currency
Declaration
[JsonProperty("currency")]
public ReportCurrency? Currency { get; set; }
Property Value
|
Edit this page
View Source
Format
Declaration
[JsonProperty("format")]
public ReportFormat? Format { get; set; }
Property Value
|
Edit this page
View Source
IncludePreTranslatedStrings
Declaration
[JsonProperty("includePreTranslatedStrings")]
public bool? IncludePreTranslatedStrings { get; set; }
Property Value
|
Edit this page
View Source
Unit
Declaration
[JsonProperty("unit")]
public ReportUnit? Unit { get; set; }
Property Value