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

# TemplateResponse

## Properties

| Name           | Type                                                                                                                        | Description                    | Notes       |
| -------------- | --------------------------------------------------------------------------------------------------------------------------- | ------------------------------ | ----------- |
| **type**       | [**ResourceType**](/mongodb-sdk-ruby/models/resourcetype.md)                                                                |                                | \[optional] |
| **id**         | **String**                                                                                                                  | The unique ID of the resource. | \[optional] |
| **metadata**   | [**Metadata**](/mongodb-sdk-ruby/models/metadata.md)                                                                        |                                | \[optional] |
| **properties** | [**TemplateProperties**](https://github.com/ionos-cloud/sdk-ruby-dbaas-mongo/blob/master/docs/models/TemplateProperties.md) |                                | \[optional] |

## Example

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

instance = IonoscloudDbaasMongo::TemplateResponse.new(
  type: template,
  id: 498ae72f-411f-11eb-9d07-046c59cc737e,
  metadata: null,
  properties: null
)
```
