Class EstimationCustomFieldInfo
Information on the custom field id for the estimation information
Inheritance
System.Object
EstimationCustomFieldInfo
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 EstimationCustomFieldInfo
Properties
| Improve this Doc View SourceField
EstimationFieldInfo
Declaration
[JsonProperty(PropertyName = "field")]
public EstimationFieldInfo Field { get; set; }
Property Value
Type | Description |
---|---|
EstimationFieldInfo |
Type
Type of the estimation custom field
Declaration
[JsonProperty(PropertyName = "type")]
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String |