# ServerResource

## 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::ServerResource.new(
  id: 896f8ab3-595c-4489-828d-70df816e51bd,
  type: autoscaling-server,
  href: https://api.ionos.com/cloudapi/autoscaling/groups/1d67ca27-d4c0-419d-9a64-9ea42dfdd036/servers/896f8ab3-595c-4489-828d-70df816e51bd
)
```
