# StorageUsage

## Properties

| Name            | Type        | Description | Notes       |
| --------------- | ----------- | ----------- | ----------- |
| **bytes**       | **Integer** |             |             |
| **updated\_at** | **Time**    |             | \[optional] |

## Example

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

instance = IonoscloudContainerRegistry::StorageUsage.new(
  bytes: null,
  updated_at: null
)
```
