Class PossibleField
Possible field information
Inheritance
System.Object
PossibleField
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 PossibleField
Properties
| Improve this Doc View SourceAllowedValues
Allowed values
Declaration
[JsonProperty(PropertyName = "allowedValues")]
public IList<AllowedValue> AllowedValues { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<AllowedValue> |
AutoCompleteUrl
TODO: Describe
Declaration
[JsonProperty(PropertyName = "autoCompleteUrl")]
public Uri AutoCompleteUrl { get; set; }
Property Value
Type | Description |
---|---|
System.Uri |
Name
Name of the field
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Operations
Possible operations
Declaration
[JsonProperty(PropertyName = "operations")]
public IList<string> Operations { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.String> |
Required
The summary of the time spend on this issue
Declaration
[JsonProperty(PropertyName = "required")]
public bool Required { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |