Search Results for

    Show / Hide Table of Contents

    Class QaCheckRevalidationStatus.RevalidationAttributes

    Inheritance
    object
    QaCheckRevalidationStatus.RevalidationAttributes
    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 QaCheckRevalidationStatus.RevalidationAttributes

    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 string[] LanguageIds { get; set; }
    Property Value
    Type Description
    string[]
    | Edit this page View Source

    QaCheckCategories

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