BagKadasterClient::VlakOfMultivlak
Properties
Name | Type | Description | Notes |
---|---|---|---|
vlak | Surface | [optional] | |
multivlak | MultiSurface | [optional] |
Example
require 'bag_kadaster_client'
instance = BagKadasterClient::VlakOfMultivlak.new(
vlak: null,
multivlak: null
)