> 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/createrestorerequest.md).

# CreateRestoreRequest

## Properties

| Name             | Type       | Description                                        | Notes |
| ---------------- | ---------- | -------------------------------------------------- | ----- |
| **snapshot\_id** | **String** | The unique ID of the snapshot you want to restore. |       |

## Example

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

instance = IonoscloudDbaasMongo::CreateRestoreRequest.new(
  snapshot_id: dcd31531-3ac8-11eb-9feb-046c59cc737e
)
```
