Search Results for

    Show / Hide Table of Contents

    Class Distribution

    Inheritance
    System.Object
    Distribution
    Namespace: Crowdin.Api.Distributions
    Assembly: Crowdin.Api.dll
    Syntax
    public class Distribution : object

    Properties

    | Improve this Doc View Source

    BundleIds

    Declaration
    public int[] BundleIds { get; set; }
    Property Value
    Type Description
    System.Int32[]
    | Improve this Doc View Source

    CreatedAt

    Declaration
    public DateTimeOffset CreatedAt { get; set; }
    Property Value
    Type Description
    DateTimeOffset
    | Improve this Doc View Source

    ExportMode

    Declaration
    public DistributionExportMode ExportMode { get; set; }
    Property Value
    Type Description
    DistributionExportMode
    | Improve this Doc View Source

    FileIds

    Declaration
    public int[] FileIds { get; set; }
    Property Value
    Type Description
    System.Int32[]
    | Improve this Doc View Source

    Hash

    Declaration
    public string Hash { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ManifestUrl

    Declaration
    public string ManifestUrl { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    UpdatedAt

    Declaration
    public DateTimeOffset? UpdatedAt { get; set; }
    Property Value
    Type Description
    System.Nullable<DateTimeOffset>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX