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