# WeeklySchedule

## Properties

| Name     | Type                                                                                                    | Description                                                          | Notes |
| -------- | ------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------- | ----- |
| **days** | [**Array\<Day>**](https://docs.ionos.com/sections-test/ruby-sdk/container-registry-ruby-sdk/models/day) |                                                                      |       |
| **time** | **String**                                                                                              | UTC time of day e.g. 01:00:00 - as defined by partial-time - RFC3339 |       |

## Example

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

instance = IonoscloudContainerRegistry::WeeklySchedule.new(
  days: null,
  time: 01:23:00+00:00
)
```
