Class ExportProjectTranslationRequest
Inheritance
ExportProjectTranslationRequest
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class ExportProjectTranslationRequest
Properties
|
Edit this page
View Source
BranchIds
Declaration
[JsonProperty("branchIds")]
public ICollection<long>? BranchIds { 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
ExportApprovedOnly
Declaration
[JsonProperty("exportApprovedOnly")]
public bool? ExportApprovedOnly { get; set; }
Property Value
|
Edit this page
View Source
ExportWithMinApprovalsCount
Declaration
[JsonProperty("exportWithMinApprovalsCount")]
public int? ExportWithMinApprovalsCount { 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
Declaration
[JsonProperty("format")]
public TranslationFormat? Format { 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
SkipUntranslatedFiles
Declaration
[JsonProperty("skipUntranslatedFiles")]
public bool? SkipUntranslatedFiles { get; set; }
Property Value
|
Edit this page
View Source
SkipUntranslatedStrings
Declaration
[JsonProperty("skipUntranslatedStrings")]
public bool? SkipUntranslatedStrings { get; set; }
Property Value
|
Edit this page
View Source
TargetLanguageId
Declaration
[JsonProperty("targetLanguageId")]
public string TargetLanguageId { get; set; }
Property Value