LanPost
Name | Type | Description | Notes |
---|---|---|---|
id | String | The resource's unique identifier. | [optional][readonly] |
type | The type of object that has been created. | [optional] | |
href | String | URL to the object representation (absolute path). | [optional][readonly] |
metadata | | [optional] | |
entities | | [optional] | |
properties | | |
require 'ionoscloud'
instance = Ionoscloud::LanPost.new(
id: 5,
type: "lan",
href: <RESOURCE-URI>,
metadata: null,
entities: null,
properties: null
)
Last modified 1yr ago