Search Results for

    Show / Hide Table of Contents

    Class DistributionRelease

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

    Properties

    | Edit this page View Source

    CurrentFileId

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

    CurrentLanguageId

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

    Date

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

    Progress

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

    Status

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