Class TranslationCreateProjectBuildForm
Inheritance
System.Object
TranslationCreateProjectBuildForm
Assembly: Crowdin.Api.dll
public class TranslationCreateProjectBuildForm : BuildProjectTranslationRequest
Properties
|
Improve this Doc
View Source
Declaration
public int? BranchId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
Declaration
public bool? ExportApprovedOnly { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public bool? SkipUntranslatedFiles { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public bool? SkipUntranslatedStrings { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
|
Improve this Doc
View Source
Declaration
public ICollection<string>? TargetLanguageIds { get; set; }
Property Value
Type |
Description |
System.Nullable<ICollection<System.String>> |
|