Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.07 KB

InlineResponse2004.md

File metadata and controls

13 lines (9 loc) · 1.07 KB

InlineResponse2004

Properties

Name Type Description Notes
items list[CloudRegion] Retrieved list of regions. [optional]
page int Index of the returned page, where one corresponds to the first page. As this collection doesn't support paging the result will always be `1`. [optional]
size int Number of items that will be contained in the returned page. As this collection doesn't support paging or searching the result will always be the total number of regions of the provider. [optional]
total int Total number of items of the collection that match the search criteria, regardless of the size of the page. As this collection doesn't support paging or searching the result will always be the total number of available regions of the provider. [optional]

[Back to Model list] [Back to API list] [Back to README]