# MetadataBasic

## Properties

| Name                     | Type       | Description                              | Notes |
| ------------------------ | ---------- | ---------------------------------------- | ----- |
| **created\_date**        | **Time**   | The date the resource was created.       |       |
| **etag**                 | **String** | The resource etag.                       |       |
| **last\_modified\_date** | **Time**   | The date the resource was last modified. |       |
| **state**                | **String** | The resource state.                      |       |

## Example

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

instance = IonoscloudVmAutoscaling::MetadataBasic.new(
  created_date: 2021-06-21T08:46:01.249829Z,
  etag: null,
  last_modified_date: 2021-07-26T09:30:39.562006Z,
  state: AVAILABLE
)
```
