# ApiResourceMetadata

## Properties

| Name                             | Type       | Description | Notes       |
| -------------------------------- | ---------- | ----------- | ----------- |
| **created\_by**                  | **String** |             |             |
| **created\_by\_user\_id**        | **String** |             |             |
| **created\_date**                | **Time**   |             |             |
| **last\_modified\_by**           | **String** |             | \[optional] |
| **last\_modified\_by\_user\_id** | **String** |             | \[optional] |
| **last\_modified\_date**         | **Time**   |             | \[optional] |
| **state**                        | **String** |             |             |

## Example

```ruby
require 'ionoscloud-container-registry'

instance = IonoscloudContainerRegistry::ApiResourceMetadata.new(
  created_by: null,
  created_by_user_id: null,
  created_date: null,
  last_modified_by: null,
  last_modified_by_user_id: null,
  last_modified_date: null,
  state: null
)
```
