NAME

JIRA::API::PageBeanGroupDetails -

SYNOPSIS

my $obj = JIRA::API::PageBeanGroupDetails->new();
...

PROPERTIES

isLast

Whether this is the last page.

maxResults

The maximum number of items that could be returned.

nextPage

If there is another page of results, the URL of the next page.

self

The URL of the page.

startAt

The index of the first item returned.

total

The number of items returned.

values

The list of items.