Class PreTranslateEfficiencyGenerateReportRequest.SchemaBase
Inheritance
System.Object
PreTranslateEfficiencyGenerateReportRequest.SchemaBase
Assembly: Crowdin.Api.dll
Syntax
public abstract class SchemaBase : object
Properties
|
Improve this Doc
View Source
Declaration
public ReportFormat? Format { get; set; }
Property Value
|
Improve this Doc
View Source
PostEditingCategories
Declaration
public ICollection<string>? PostEditingCategories { get; set; }
Property Value
Type |
Description |
System.Nullable<ICollection<System.String>> |
|
|
Improve this Doc
View Source
Unit
Declaration
public ReportUnit? Unit { get; set; }
Property Value