Class DistributionStringBasedRelease
Inheritance
System.Object
DistributionStringBasedRelease
Assembly: Crowdin.Api.dll
Syntax
public class DistributionStringBasedRelease : object
Properties
|
Improve this Doc
View Source
CurrentBranchId
Declaration
public int? CurrentBranchId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
CurrentLanguageId
Declaration
public string? CurrentLanguageId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Date
Declaration
public DateTimeOffset? Date { get; set; }
Property Value
Type |
Description |
System.Nullable<DateTimeOffset> |
|
|
Improve this Doc
View Source
Progress
Declaration
public int? Progress { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
Status
Declaration
public DistributionReleaseStatus? Status { get; set; }
Property Value