Class TranslationCreateProjectPseudoBuildForm
Inheritance
TranslationCreateProjectPseudoBuildForm
Assembly: Crowdin.Api.dll
[PublicAPI]
public class TranslationCreateProjectPseudoBuildForm : BuildProjectTranslationRequest
Properties
|
Edit this page
View Source
Declaration
[JsonProperty("branchId")]
public long? BranchId { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("charTransformation")]
public CharTransformationMode? CharTransformation { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("lengthTransformation")]
public int? LengthTransformation { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("prefix")]
public string? Prefix { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("pseudo")]
public bool Pseudo { get; set; }
Property Value
|
Edit this page
View Source
Declaration
[JsonProperty("suffix")]
public string? Suffix { get; set; }
Property Value