# Server

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

## Example

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

instance = IonoscloudVmAutoscaling::Server.new(
  id: 20fd2b30-be53-4253-9d8e-96af69e24d57,
  type: autoscaling-server,
  href: https://api.ionos.com/cloudapi/autoscaling/groups/1d67ca27-d4c0-419d-9a64-9ea42dfdd036/servers/20fd2b30-be53-4253-9d8e-96af69e24d57,
  metadata: null,
  properties: null
)
```
