Class EnterpriseTranslationCreateProjectBuildForm
Inheritance
EnterpriseTranslationCreateProjectBuildForm
Assembly: Crowdin.Api.dll
[PublicAPI]
public class EnterpriseTranslationCreateProjectBuildForm : BuildProjectTranslationRequest
Properties
|
Edit this page
View Source
Declaration
[JsonProperty("branchId")]
public long? BranchId { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("exportWithMinApprovalsCount")]
public int? ExportWithMinApprovalsCount { 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