NAME
JIRA::API::PageOfStatuses -
SYNOPSIS
my $obj = JIRA::API::PageOfStatuses->new();
...
PROPERTIES
isLast
Whether this is the last page.
maxResults
The maximum number of items that could be returned.
nextPage
The URL of the next page of results, if any.
self
The URL of this page.
startAt
The index of the first item returned on the page.
total
Number of items that satisfy the search.
values
The list of items.