Class DistributionRelease
Inheritance
DistributionRelease
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
|
Edit this page
View Source
CurrentLanguageId
Declaration
[JsonProperty("currentLanguageId")]
public string? CurrentLanguageId { get; set; }
Property Value
|
Edit this page
View Source
Date
Declaration
[JsonProperty("date")]
public DateTimeOffset? Date { get; set; }
Property Value
|
Edit this page
View Source
Progress
Declaration
[JsonProperty("progress")]
public int? Progress { get; set; }
Property Value
|
Edit this page
View Source
Status
Declaration
[JsonProperty("status")]
public DistributionReleaseStatus? Status { get; set; }
Property Value