> For the complete documentation index, see [llms.txt](https://docs.ionos.com/mongodb-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/mongodb-sdk-ruby/models/maintenancewindow.md).

# MaintenanceWindow

## Properties

| Name                   | Type                                                         | Description | Notes |
| ---------------------- | ------------------------------------------------------------ | ----------- | ----- |
| **time**               | **String**                                                   |             |       |
| **day\_of\_the\_week** | [**DayOfTheWeek**](/mongodb-sdk-ruby/models/dayoftheweek.md) |             |       |

## Example

```ruby
require 'ionoscloud-dbaas-mongo'

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