Sha256: ee6dc6fa1dd512bf4dbadfa94781c8848da05db169a200b97645181e1d76a667
Contents?: true
Size: 806 Bytes
Versions: 1
Compression:
Stored size: 806 Bytes
Contents
# Lan ## 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** | [**LanProperties**](LanProperties.md) | | | | **type** | [**Type**](Type.md) | The type of object that has been created. | [optional] | ## Example ```ruby require 'ionoscloud' instance = Ionoscloud::Lan.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/Lan.md |