Search Results for

    Show / Hide Table of Contents

    Class AddBundleRequest

    Inheritance
    object
    AddBundleRequest
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Crowdin.Api.Bundles
    Assembly: Crowdin.Api.dll
    Syntax
    [PublicAPI]
    public class AddBundleRequest

    Properties

    | Edit this page View Source

    ExcludeLabelIds

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

    ExportPattern

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

    Format

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

    IgnorePatterns

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

    IncludeInContextPseudoLanguage

    Declaration
    [JsonProperty("includeInContextPseudoLanguage")]
    public bool? IncludeInContextPseudoLanguage { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    IncludeProjectSourceLanguage

    Declaration
    [JsonProperty("includeProjectSourceLanguage")]
    public bool? IncludeProjectSourceLanguage { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    IsMultilingual

    Declaration
    [JsonProperty("isMultilingual")]
    public bool? IsMultilingual { get; set; }
    Property Value
    Type Description
    bool?
    | Edit this page View Source

    LabelIds

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

    Name

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

    SourcePatterns

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