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