Class CostEstimationPostEditingGenerateReportRequest.SchemaBase
Inheritance
System.Object
CostEstimationPostEditingGenerateReportRequest.SchemaBase
Assembly: Crowdin.Api.dll
Syntax
public abstract class SchemaBase : object
Properties
|
Improve this Doc
View Source
CalculateInternalMatches
Declaration
public bool? CalculateInternalMatches { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Currency
Declaration
public ReportCurrency? Currency { get; set; }
Property Value
|
Improve this Doc
View Source
Format
Declaration
public ReportFormat? Format { get; set; }
Property Value
|
Improve this Doc
View Source
IncludePreTranslatedStrings
Declaration
public bool? IncludePreTranslatedStrings { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Unit
Declaration
public ReportUnit? Unit { get; set; }
Property Value