> For the complete documentation index, see [llms.txt](https://docs.ionos.com/container-registry-sdk-ruby/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/container-registry-sdk-ruby/models/apiresourcemetadata.md).

# 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
)
```
