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