ResourceReference

Properties

NameTypeDescriptionNotes

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]

Example

require 'ionoscloud'

instance = Ionoscloud::ResourceReference.new(
  id: null,
  type: "resource",
  href: <RESOURCE-URI>
)

Last updated