Search Results for

    Show / Hide Table of Contents

    Class RevalidateQaChecksRequest

    Inheritance
    object
    RevalidateQaChecksRequest
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.TranslationStatus
    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
    Type Description
    bool?
    | Edit this page View Source

    LanguageIds

    Declaration
    [JsonProperty("languageIds")]
    public ICollection<string>? LanguageIds { get; set; }
    Property Value
    Type Description
    ICollection<string>
    | Edit this page View Source

    QaCheckCategories

    Declaration
    [JsonProperty("qaCheckCategories")]
    public ICollection<QaCheckRevalidationCategory>? QaCheckCategories { get; set; }
    Property Value
    Type Description
    ICollection<QaCheckRevalidationCategory>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX