BagKadasterClient::AdresseerbaarObject
Properties
Name | Type | Description | Notes |
---|---|---|---|
heeft_als_hoofd_adres | String | Deze wordt gebruikt in de operation. | |
heeft_als_neven_adres | Array<String> | [optional] | |
type | TypeAdresseerbaarObject |
Example
require 'bag_kadaster_client'
instance = BagKadasterClient::AdresseerbaarObject.new(
heeft_als_hoofd_adres: 0226200000038923,
heeft_als_neven_adres: null,
type: null
)