BagKadasterClient::AdresUitgebreidGeconstateerdAllOf

Properties

Name Type Description Notes
ligplaats Boolean [optional]
standplaats Boolean [optional]
verblijfsobject Boolean [optional]
pand Boolean [optional]

Example

require 'bag_kadaster_client'

instance = BagKadasterClient::AdresUitgebreidGeconstateerdAllOf.new(
  ligplaats: null,
  standplaats: null,
  verblijfsobject: null,
  pand: null
)