Search Results for

    Show / Hide Table of Contents

    Class Bundle

    Inheritance
    object
    Bundle
    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 Bundle

    Properties

    | Edit this page View Source

    CreatedAt

    Declaration
    [JsonProperty("createdAt")]
    public DateTimeOffset CreatedAt { get; set; }
    Property Value
    Type Description
    DateTimeOffset
    | Edit this page View Source

    ExcludeLabelIds

    Declaration
    [JsonProperty("excludeLabelIds")]
    public long[] ExcludeLabelIds { get; set; }
    Property Value
    Type Description
    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

    Id

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

    IgnorePatterns

    Declaration
    [JsonProperty("ignorePatterns")]
    public string[] IgnorePatterns { get; set; }
    Property Value
    Type Description
    string[]
    | 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 long[] LabelIds { get; set; }
    Property Value
    Type Description
    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 string[] SourcePatterns { get; set; }
    Property Value
    Type Description
    string[]
    | Edit this page View Source

    UpdatedAt

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

    WebUrl

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