Class QaCheckResource
Inheritance
QaCheckResource
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class QaCheckResource
Properties
|
Edit this page
View Source
Category
Declaration
[JsonProperty("category")]
public QaCheckIssueCategory Category { get; set; }
Property Value
|
Edit this page
View Source
CategoryDescription
Declaration
[JsonProperty("categoryDescription")]
public string CategoryDescription { get; set; }
Property Value
|
Edit this page
View Source
LanguageId
Declaration
[JsonProperty("languageId")]
public string LanguageId { get; set; }
Property Value
|
Edit this page
View Source
PluralId
Declaration
[JsonProperty("pluralId")]
public long PluralId { 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
|
Edit this page
View Source
Validation
Declaration
[JsonProperty("validation")]
public QaCheckIssueValidationType Validation { get; set; }
Property Value
|
Edit this page
View Source
ValidationDescription
Declaration
[JsonProperty("validationDescription")]
public string ValidationDescription { get; set; }
Property Value