Class PageableResult
Container for pagable information in a result
Inheritance
System.Object
PageableResult
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 PageableResult : Pageable
Properties
| Improve this Doc View SourceTotal
The total results
Declaration
[JsonProperty(PropertyName = "total")]
public int ? Total { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |