Class StatusCategory
StatusCategory 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 StatusCategory : BaseProperties<long>
Properties
| Improve this Doc View SourceColorName
Name of the color
Declaration
[JsonProperty(PropertyName = "colorName")]
public string ColorName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Key
Key for the status category
Declaration
[JsonProperty(PropertyName = "key")]
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Name of the status category
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |