# GroupPutPropertiesDatacenter

## Properties

| Name     | Type       | Description                                        | Notes                  |
| -------- | ---------- | -------------------------------------------------- | ---------------------- |
| **id**   | **String** | The unique resource identifier.                    |                        |
| **type** | **String** | The resource type.                                 | \[optional]\[readonly] |
| **href** | **String** | The absolute URL to the resource's representation. | \[optional]\[readonly] |

## Example

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

instance = IonoscloudVmAutoscaling::GroupPutPropertiesDatacenter.new(
  id: 09043280-aafc-49f7-a048-d61673f52024,
  type: datacenter,
  href: https://api.ionos.com/cloudapi/v6/datacenters/09043280-aafc-49f7-a048-d61673f52024
)
```
