# GroupResource

## 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

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

instance = IonoscloudVmAutoscaling::GroupResource.new(
  id: 954f32fd-5ed5-4b2d-8b66-3981e6c105dd,
  type: autoscaling-group,
  href: https://api.ionos.com/cloudapi/autoscaling/groups/954f32fd-5ed5-4b2d-8b66-3981e6c105dd
)
```
