Sha256: 94ce56ca1384b50a02efbe19a428b554b6d202971bb5922708314bb691c3be0e
Contents?: true
Size: 807 Bytes
Versions: 8
Compression:
Stored size: 807 Bytes
Contents
# LanPost ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **id** | **String** | The resource's unique identifier | [optional][readonly] | | **type** | [**Type**](Type.md) | The type of object that has been created | [optional] | | **href** | **String** | URL to the object representation (absolute path) | [optional][readonly] | | **metadata** | [**DatacenterElementMetadata**](DatacenterElementMetadata.md) | | [optional] | | **entities** | [**LanEntities**](LanEntities.md) | | [optional] | | **properties** | [**LanPropertiesPost**](LanPropertiesPost.md) | | | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::LanPost.new( id: 5, type: "lan", href: <RESOURCE-URI>, metadata: null, entities: null, properties: null ) ```
Version data entries
8 entries across 8 versions & 1 rubygems