Class DistributionStringBasedRelease
Inheritance
DistributionStringBasedRelease
Assembly: Crowdin.Api.dll
Syntax
[PublicAPI]
public class DistributionStringBasedRelease
Properties
|
Edit this page
View Source
CurrentBranchId
Declaration
[JsonProperty("currentBranchId")]
public long? CurrentBranchId { 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