NAME
JIRA::API::PageOfDashboards -
SYNOPSIS
my $obj = JIRA::API::PageOfDashboards->new();
...
PROPERTIES
dashboards
List of dashboards.
maxResults
The maximum number of results that could be on the page.
next
The URL of the next page of results, if any.
prev
The URL of the previous page of results, if any.
startAt
The index of the first item returned on the page.
total
The number of results on the page.