Resource

Properties

Name
Type
Description
Notes

id

String

The unique resource identifier.

[readonly]

type

String

The resource type.

[optional][readonly]

href

String

The absolute URL to the resource's representation.

[optional][readonly]

Example

require 'ionoscloud-vm-autoscaling'

instance = IonoscloudVmAutoscaling::Resource.new(
  id: null,
  type: null,
  href: https://api.ionos.com/cloudapi/autoscaling
)

Last updated

Was this helpful?