Class Comments
Comment information See: https://docs.atlassian.com/jira/REST/latest/#api/2/attachment
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 Comments : PageableResult
Properties
| Improve this Doc View SourceElements
The actual commits
Declaration
[JsonProperty(PropertyName = "comments")]
public IList<Comment> Elements { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<Comment> |