Class RankingCustomFieldInfo
Information on the custom field id for the ranking information
Inheritance
System.Object
RankingCustomFieldInfo
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 RankingCustomFieldInfo
Properties
| Improve this Doc View SourceRankCustomFieldId
Id of the Rank custom field
Declaration
[JsonProperty(PropertyName = "rankCustomFieldId")]
public long ? RankCustomFieldId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |