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