Class TargetLanguage
Inheritance
TargetLanguage
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class TargetLanguage
Properties
|
Edit this page
View Source
Files
Declaration
[JsonProperty("files")]
public TargetLanguage.File[] Files { get; set; }
Property Value
|
Edit this page
View Source
Id
Declaration
[JsonProperty("id")]
public string Id { get; set; }
Property Value
|
Edit this page
View Source
Skipped
Declaration
[JsonProperty("skipped")]
public TargetLanguage.SkippedObject Skipped { get; set; }
Property Value
|
Edit this page
View Source
SkippedQaCheckCategories
Declaration
[JsonProperty("skippedQaCheckCategories")]
public QaCheckIssueCategory[] SkippedQaCheckCategories { get; set; }
Property Value