Class Version
Version information
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 Version : BaseProperties<string>
Properties
| Improve this Doc View SourceArchived
Is this an achived version?
Declaration
[JsonProperty(PropertyName = "archived")]
public bool Archived { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Name of the version
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Released
Is this version released?
Declaration
[JsonProperty(PropertyName = "released")]
public bool Released { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |