Class SourceTextForms
Inheritance
SourceTextForms
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class SourceTextForms
Properties
|
Edit this page
View Source
Few
Declaration
[JsonProperty("few")]
public string? Few { get; set; }
Property Value
|
Edit this page
View Source
Many
Declaration
[JsonProperty("many")]
public string? Many { get; set; }
Property Value
|
Edit this page
View Source
One
Declaration
[JsonProperty("one")]
public string? One { get; set; }
Property Value
|
Edit this page
View Source
Other
Declaration
[JsonProperty("other")]
public string? Other { get; set; }
Property Value
|
Edit this page
View Source
Two
Declaration
[JsonProperty("two")]
public string? Two { get; set; }
Property Value