BagKadasterClient::StandplaatsIOHal

Properties

Name Type Description Notes
standplaats Standplaats
inonderzoek Array<KenmerkStandplaatsInOnderzoek> [optional]
_embedded StandplaatsEmbedded [optional]
_links StandplaatsLinks [optional]

Example

require 'bag_kadaster_client'

instance = BagKadasterClient::StandplaatsIOHal.new(
  standplaats: null,
  inonderzoek: null,
  _embedded: null,
  _links: null
)