# TheJiraCloudPlatformRestApi.PageOfDashboards

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**dashboards** | [**[Dashboard]**](Dashboard.md) | List of dashboards. | [optional] 
**maxResults** | **Number** | The maximum number of results that could be on the page. | [optional] 
**next** | **String** | The URL of the next page of results, if any. | [optional] 
**prev** | **String** | The URL of the previous page of results, if any. | [optional] 
**startAt** | **Number** | The index of the first item returned on the page. | [optional] 
**total** | **Number** | The number of results on the page. | [optional] 
