# Metadata

## Properties

| Name                             | Type                                                                                                            | Description                                        | Notes |
| -------------------------------- | --------------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | ----- |
| **created\_by**                  | **String**                                                                                                      | The user who created the resource.                 |       |
| **created\_by\_user\_id**        | **String**                                                                                                      | The ID of the user who created the resource.       |       |
| **created\_date**                | **Time**                                                                                                        | The date the resource was created.                 |       |
| **etag**                         | **String**                                                                                                      | The resource etag.                                 |       |
| **last\_modified\_by**           | **String**                                                                                                      | The last user who modified the resource.           |       |
| **last\_modified\_by\_user\_id** | **String**                                                                                                      | The ID of the last user who modified the resource. |       |
| **last\_modified\_date**         | **Time**                                                                                                        | The date the resource was last modified.           |       |
| **state**                        | [**MetadataState**](https://docs.ionos.com/sections-test/ruby-sdk/vm-autoscaling-ruby-sdk/models/metadatastate) |                                                    |       |

## Example

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

instance = IonoscloudVmAutoscaling::Metadata.new(
  created_by: user@mail.local,
  created_by_user_id: 919e4752-e700-40b1-9507-5ac545bb6355,
  created_date: 2021-06-21T08:46:01.249829Z,
  etag: null,
  last_modified_by: user@mail.local,
  last_modified_by_user_id: 919e4752-e700-40b1-9507-5ac545bb6355,
  last_modified_date: 2021-07-26T09:30:39.562006Z,
  state: null
)
```
