BagKadasterClient::ZoekResultaatHal
Properties
Name | Type | Description | Notes |
---|---|---|---|
omschrijving | String | Omschrijving van het zoekresultaat | [optional] |
identificatie | String | Identificatie van het zoekresultaat | |
_links | ZoekResultaatLinks | [optional] |
Example
require 'bag_kadaster_client'
instance = BagKadasterClient::ZoekResultaatHal.new(
omschrijving: null,
identificatie: null,
_links: null
)