Search Results for

    Show / Hide Table of Contents

    Class TargetLanguage

    Inheritance
    object
    TargetLanguage
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.Translations
    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
    Type Description
    File[]
    | Edit this page View Source

    Id

    Declaration
    [JsonProperty("id")]
    public string Id { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Skipped

    Declaration
    [JsonProperty("skipped")]
    public TargetLanguage.SkippedObject Skipped { get; set; }
    Property Value
    Type Description
    TargetLanguage.SkippedObject
    | Edit this page View Source

    SkippedQaCheckCategories

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