# PatchRegistryInput

## Properties

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

## Example

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

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