Class TranslationCreateProjectPseudoBuildForm
Inheritance
System.Object
TranslationCreateProjectPseudoBuildForm
Assembly: Crowdin.Api.dll
public class TranslationCreateProjectPseudoBuildForm : 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 CharTransformationMode? CharTransformation { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public int? LengthTransformation { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
Declaration
public string? Prefix { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Declaration
public bool Pseudo { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public string? Suffix { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|