Sha256: 3a21f07334e0dd6c5f4ef893c00a78ad11b1941cd7fdc20e4cea9def5888002b

Contents?: true

Size: 810 Bytes

Versions: 5

Compression:

Stored size: 810 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

5 entries across 5 versions & 1 rubygems

Version Path
ionoscloud-6.1.1 docs/models/LanPost.md
ionoscloud-6.1.0 docs/models/LanPost.md
ionoscloud-6.0.2 docs/models/LanPost.md
ionoscloud-6.0.1 docs/models/LanPost.md
ionoscloud-6.0.0 docs/models/LanPost.md