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