# PatchRegistryInput

## Properties

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

## Example

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

instance = IonoscloudContainerRegistry::PatchRegistryInput.new(
  garbage_collection_schedule: null
)
```
