# TheJiraCloudPlatformRestApi.PageOfStatuses

## 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** | The URL of the next page of results, if any. | [optional] 
**self** | **String** | The URL of this page. | [optional] 
**startAt** | **Number** | The index of the first item returned on the page. | [optional] 
**total** | **Number** | Number of items that satisfy the search. | [optional] 
**values** | [**[JiraStatus]**](JiraStatus.md) | The list of items. | [optional] 
