Class ExportProjectTranslationRequest
Inheritance
System.Object
ExportProjectTranslationRequest
Assembly: Crowdin.Api.dll
Syntax
public class ExportProjectTranslationRequest : object
Properties
|
Improve this Doc
View Source
BranchIds
Declaration
public ICollection<int>? BranchIds { get; set; }
Property Value
Type |
Description |
System.Nullable<ICollection<System.Int32>> |
|
|
Improve this Doc
View Source
DirectoryIds
Declaration
public ICollection<int>? DirectoryIds { get; set; }
Property Value
Type |
Description |
System.Nullable<ICollection<System.Int32>> |
|
|
Improve this Doc
View Source
ExportApprovedOnly
Declaration
public bool? ExportApprovedOnly { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
ExportWithMinApprovalsCount
Declaration
public int? ExportWithMinApprovalsCount { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
FileIds
Declaration
public ICollection<int>? FileIds { get; set; }
Property Value
Type |
Description |
System.Nullable<ICollection<System.Int32>> |
|
|
Improve this Doc
View Source
Declaration
public TranslationFormat? Format { get; set; }
Property Value
|
Improve this Doc
View Source
LabelIds
Declaration
public ICollection<int>? LabelIds { get; set; }
Property Value
Type |
Description |
System.Nullable<ICollection<System.Int32>> |
|
|
Improve this Doc
View Source
SkipUntranslatedFiles
Declaration
public bool? SkipUntranslatedFiles { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
SkipUntranslatedStrings
Declaration
public bool? SkipUntranslatedStrings { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
TargetLanguageId
Declaration
public string TargetLanguageId { get; set; }
Property Value
Type |
Description |
System.String |
|