Class ProjectBuild.PseudoBuildAttributes
Inheritance
ProjectBuild.PseudoBuildAttributes
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class ProjectBuild.PseudoBuildAttributes : ProjectBuild.AttributesBase
Properties
|
Edit this page
View Source
Declaration
[JsonProperty("charTransformation")]
public string 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
Prefix
Declaration
[JsonProperty("prefix")]
public string Prefix { get; set; }
Property Value
|
Edit this page
View Source
Pseudo
Declaration
[JsonProperty("pseudo")]
public bool Pseudo { get; set; }
Property Value
|
Edit this page
View Source
Suffix
Declaration
[JsonProperty("suffix")]
public string Suffix { get; set; }
Property Value