Class RevalidateQaChecksRequest
Inheritance
RevalidateQaChecksRequest
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class RevalidateQaChecksRequest
Properties
|
Edit this page
View Source
FailedOnly
Declaration
[JsonProperty("failedOnly")]
public bool? FailedOnly { get; set; }
Property Value
|
Edit this page
View Source
LanguageIds
Declaration
[JsonProperty("languageIds")]
public ICollection<string>? LanguageIds { get; set; }
Property Value
|
Edit this page
View Source
QaCheckCategories
Declaration
[JsonProperty("qaCheckCategories")]
public ICollection<QaCheckRevalidationCategory>? QaCheckCategories { get; set; }
Property Value