Pagination
Properties
Name
Type
Description
Notes
Example
require 'ionoscloud-dbaas-postgres'
instance = IonoscloudDbaasPostgres::Pagination.new(
offset: 200,
limit: 100,
links: null
)Last updated
require 'ionoscloud-dbaas-postgres'
instance = IonoscloudDbaasPostgres::Pagination.new(
offset: 200,
limit: 100,
links: null
)Last updated