# TheJiraCloudPlatformRestApi.PageBeanComponentWithIssueCount

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**isLast** | **Boolean** | Whether this is the last page. | [optional] 
**maxResults** | **Number** | The maximum number of items that could be returned. | [optional] 
**nextPage** | **String** | If there is another page of results, the URL of the next page. | [optional] 
**self** | **String** | The URL of the page. | [optional] 
**startAt** | **Number** | The index of the first item returned. | [optional] 
**total** | **Number** | The number of items returned. | [optional] 
**values** | [**[ComponentWithIssueCount]**](ComponentWithIssueCount.md) | The list of items. | [optional] 
