Class AllowedValue
Possible field 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 AllowedValue : BaseProperties<long>
Properties
| Improve this Doc View SourceAutoCompleteUrl
TODO: Describe
Declaration
[JsonProperty(PropertyName = "autoCompleteUrl")]
public Uri AutoCompleteUrl { get; set; }
Property Value
Type | Description |
---|---|
System.Uri |
Name
Name of the allowd value
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> |