ItemBasic
Last updated
Was this helpful?
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]
properties
Object
The resource properties; the content depends on the resource type.
[optional]
require 'ionoscloud-vm-autoscaling'
instance = IonoscloudVmAutoscaling::ItemBasic.new(
id: null,
type: null,
href: https://api.ionos.com/cloudapi/autoscaling,
metadata: null,
properties: null
)Last updated
Was this helpful?
Was this helpful?