Class TranslationCreateProjectBuildForm
Inheritance
TranslationCreateProjectBuildForm
Assembly: Crowdin.Api.dll
[PublicAPI]
public class TranslationCreateProjectBuildForm : BuildProjectTranslationRequest
Properties
|
Edit this page
View Source
Declaration
[JsonProperty("branchId")]
public long? BranchId { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("exportApprovedOnly")]
public bool? ExportApprovedOnly { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("skipUntranslatedFiles")]
public bool? SkipUntranslatedFiles { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("skipUntranslatedStrings")]
public bool? SkipUntranslatedStrings { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("targetLanguageIds")]
public ICollection<string>? TargetLanguageIds { get; set; }
Property Value