Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 757 Bytes

PageBeanContextForProjectAndIssueType.md

File metadata and controls

12 lines (11 loc) · 757 Bytes

PageBeanContextForProjectAndIssueType

Properties

Name Type Description Notes
self String The URL of the page. [optional]
nextPage String If there is another page of results, the URL of the next page. [optional]
maxResults Integer The maximum number of items that could be returned. [optional]
startAt Long The index of the first item returned. [optional]
total Long The number of items returned. [optional]
isLast Boolean Whether this is the last page. [optional]
values List<ContextForProjectAndIssueType> The list of items. [optional]