Class AddCorrectionRequest
Inheritance
AddCorrectionRequest
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class AddCorrectionRequest
Properties
|
Edit this page
View Source
PluralCategoryName
Declaration
[JsonProperty("pluralCategoryName")]
public string PluralCategoryName { get; set; }
Property Value
|
Edit this page
View Source
StringId
Declaration
[JsonProperty("stringId")]
public long StringId { get; set; }
Property Value
|
Edit this page
View Source
Text
Declaration
[JsonProperty("text")]
public string Text { get; set; }
Property Value