Class BuildProjectFileTranslationRequest
Inheritance
BuildProjectFileTranslationRequest
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class BuildProjectFileTranslationRequest
Properties
|
Edit this page
View Source
ExportApprovedOnly
Declaration
[JsonProperty("exportApprovedOnly")]
public bool? ExportApprovedOnly { get; set; }
Property Value
|
Edit this page
View Source
ExportAsXliff
Declaration
[JsonProperty("exportAsXliff")]
public bool? ExportAsXliff { 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
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