# ItemBasic

## 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] |
| **metadata**   | [**MetadataBasic**](https://docs.ionos.com/sections-test/ruby-sdk/vm-autoscaling-ruby-sdk/models/metadatabasic) |                                                                    | \[optional]            |
| **properties** | **Object**                                                                                                      | The resource properties; the content depends on the resource type. | \[optional]            |

## Example

```ruby
require 'ionoscloud-vm-autoscaling'

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