Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 663 Bytes

PageOfDashboards.md

File metadata and controls

11 lines (10 loc) · 663 Bytes

PageOfDashboards

Properties

Name Type Description Notes
startAt Integer The index of the first item returned on the page. [optional]
maxResults Integer The maximum number of results that could be on the page. [optional]
total Integer The number of results on the page. [optional]
prev String The URL of the previous page of results, if any. [optional]
next String The URL of the next page of results, if any. [optional]
dashboards List<Dashboard> List of dashboards. [optional]