BagKadasterClient::HalPaginationLinksAllOfNext

Properties

Name Type Description Notes
href String [optional]
templated Boolean [optional]
title String [optional]

Example

require 'bag_kadaster_client'

instance = BagKadasterClient::HalPaginationLinksAllOfNext.new(
  href: https://{base-uri}/{dienst}/{apinaam}/{major-versie}/resourcenaam?page=5,
  templated: null,
  title: Volgende pagina
)