BagKadasterClient::HalLink
Properties
Name | Type | Description | Notes |
---|---|---|---|
href | String | ||
templated | Boolean | [optional] | |
title | String | Voor mens leesbaar label bij de link | [optional] |
Example
require 'bag_kadaster_client'
instance = BagKadasterClient::HalLink.new(
href: https://{base-uri}/{dienst}/{apinaam}/{major-versie}/resourcenaam/{resource-identificatie},
templated: null,
title: null
)