Class ProgressInfo
Progress information
Inheritance
System.Object
ProgressInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:Dapplo.Jira.Entities
Assembly:Dapplo.Jira.dll
Syntax
[JsonObject]
public class ProgressInfo
Properties
| Improve this Doc View SourceProgress
Progress for the issue
Declaration
[JsonProperty(PropertyName = "progress")]
public long ? Progress { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Total
The total progress
Declaration
[JsonProperty(PropertyName = "total")]
public long ? Total { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |