# LanPost ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **entities** | [**LanEntities**](LanEntities.md) | | [optional] | | **href** | **String** | URL to the object representation (absolute path). | [optional][readonly] | | **id** | **String** | The resource's unique identifier. | [optional][readonly] | | **metadata** | [**DatacenterElementMetadata**](DatacenterElementMetadata.md) | | [optional] | | **properties** | [**LanPropertiesPost**](LanPropertiesPost.md) | | | | **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::LanPost.new( entities: null, href: , id: 5, metadata: null, properties: null, type: "lan" ) ```