# PostRegistryProperties

## Properties

| Name                              | Type                                                                                                                  | Description | Notes       |
| --------------------------------- | --------------------------------------------------------------------------------------------------------------------- | ----------- | ----------- |
| **garbage\_collection\_schedule** | [**WeeklySchedule**](https://docs.ionos.com/sections-test/ruby-sdk/container-registry-ruby-sdk/models/weeklyschedule) |             | \[optional] |
| **location**                      | **String**                                                                                                            |             |             |
| **name**                          | **String**                                                                                                            |             |             |

## Example

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

instance = IonoscloudContainerRegistry::PostRegistryProperties.new(
  garbage_collection_schedule: null,
  location: de/txl,
  name: my-registry
)
```
