LogoLogo
User GuidesDeveloper ReferenceSupportFAQLog in
  • Introduction
  • Changelog
  • API
    • BackupsApi
    • ClustersApi
    • DatabasesApi
    • LogsApi
    • MetadataApi
    • RestoresApi
    • UsersApi
  • Models
    • APIVersion
    • BackupMetadata
    • BackupResponse
    • ClusterBackup
    • ClusterBackupList
    • ClusterBackupListAllOf
    • ClusterList
    • ClusterListAllOf
    • ClusterLogs
    • ClusterLogsInstances
    • ClusterLogsInstancesMessages
    • ClusterMetadata
    • ClusterProperties
    • ClusterResponse
    • Connection
    • CreateClusterProperties
    • CreateClusterRequest
    • CreateRestoreRequest
    • DBUser
    • Database
    • DatabaseItems
    • DatabaseList
    • DatabaseProperties
    • DatabaseResource
    • DayOfTheWeek
    • DeprecatedPagination
    • ErrorMessage
    • ErrorResponse
    • MaintenanceWindow
    • Metadata
    • Pagination
    • PaginationLinks
    • PatchClusterProperties
    • PatchClusterRequest
    • PatchUserProperties
    • PostgresVersionList
    • PostgresVersionListData
    • Resource
    • ResourceMetadata
    • ResourceType
    • State
    • StorageType
    • SynchronizationMode
    • User
    • UserItems
    • UserList
    • UserProperties
    • UserResource
    • UsersPatchRequest
On this page
  1. Models

Pagination

Pagination information in list responses.

Properties

Name
Type
Description
Notes

offset

number

The offset specified in the request (if none was specified, the default offset is 0).

[optional] [default to 0]

limit

number

The limit specified in the request (if none was specified, the default limit is 100).

[optional] [default to 100]

_links

PaginationLinks

[optional] [default to undefined]

PreviousMetadataNextPaginationLinks

Last updated 1 year ago