Sha256: 4cd6183d36ece4ff0f38e980279063cbb488f236b5fa8f2a6d922a7e58498b08

Contents?: true

Size: 822 Bytes

Versions: 1

Compression:

Stored size: 822 Bytes

Contents

# 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: <RESOURCE-URI>,

  id: 5,

  metadata: null,

  properties: null,

  type: "lan"
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ionoscloud-6.1.2 docs/models/LanPost.md