Pagination

Properties

Example

require 'ionoscloud-dbaas-postgres'

instance = IonoscloudDbaasPostgres::Pagination.new(
  offset: 200,
  limit: 100,
  links: null
)

Last updated