# MaintenanceWindow

## Properties

| Name                   | Type                                                                                                          | Description                                  | Notes |
| ---------------------- | ------------------------------------------------------------------------------------------------------------- | -------------------------------------------- | ----- |
| **time**               | **String**                                                                                                    | Start of the maintenance window in UTC time. |       |
| **day\_of\_the\_week** | [**DayOfTheWeek**](https://docs.ionos.com/sections-test/ruby-sdk/dbaas-postgres-ruby-sdk/models/dayoftheweek) |                                              |       |

## Example

```ruby
require 'ionoscloud-dbaas-postgres'

instance = IonoscloudDbaasPostgres::MaintenanceWindow.new(
  time: 16:30:59,
  day_of_the_week: null
)
```
