# TemplateListAllOf

## Properties

| Name      | Type                                                                                                                       | Description                    | Notes       |
| --------- | -------------------------------------------------------------------------------------------------------------------------- | ------------------------------ | ----------- |
| **type**  | [**ResourceType**](https://docs.ionos.com/sections-test/ruby-sdk/dbaas-mongo-ruby-sdk/models/resourcetype)                 |                                | \[optional] |
| **id**    | **String**                                                                                                                 | The unique ID of the resource. | \[optional] |
| **items** | [**Array\<TemplateResponse>**](https://docs.ionos.com/sections-test/ruby-sdk/dbaas-mongo-ruby-sdk/models/templateresponse) |                                | \[optional] |

## Example

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

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