# GroupCollection

## 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] |
| **items** | [**Array\<GroupResource>**](https://docs.ionos.com/sections-test/ruby-sdk/vm-autoscaling-ruby-sdk/models/groupresource) |                                                    | \[optional]            |

## Example

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

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