> For the complete documentation index, see [llms.txt](https://docs.ionos.com/container-registry-sdk-ruby/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/container-registry-sdk-ruby/models/weeklyschedule.md).

# WeeklySchedule

## Properties

| Name     | Type                                                          | Description                                                          | Notes |
| -------- | ------------------------------------------------------------- | -------------------------------------------------------------------- | ----- |
| **days** | [**Array\<Day>**](/container-registry-sdk-ruby/models/day.md) |                                                                      |       |
| **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
)
```
