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

# SnapshotResponse

A database snapshot.

## Properties

| Name           | Type                                                                                      | Description                    | Notes       |
| -------------- | ----------------------------------------------------------------------------------------- | ------------------------------ | ----------- |
| **Type**       | Pointer to [**ResourceType**](/cloud/go/dbaas-mongodb/models/resourcetype.md)             |                                | \[optional] |
| **Id**         | Pointer to **string**                                                                     | The unique ID of the resource. | \[optional] |
| **Properties** | Pointer to [**SnapshotProperties**](/cloud/go/dbaas-mongodb/models/snapshotproperties.md) |                                | \[optional] |

## Methods

### GetType

`func (o *SnapshotResponse) GetType() ResourceType`

GetType returns the Type field if non-nil, zero value otherwise.

### GetTypeOk

`func (o *SnapshotResponse) GetTypeOk() (*ResourceType, bool)`

GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetType

`func (o *SnapshotResponse) SetType(v ResourceType)`

SetType sets Type field to given value.

### HasType

`func (o *SnapshotResponse) HasType() bool`

HasType returns a boolean if a field has been set.

### GetId

`func (o *SnapshotResponse) GetId() string`

GetId returns the Id field if non-nil, zero value otherwise.

### GetIdOk

`func (o *SnapshotResponse) GetIdOk() (*string, bool)`

GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetId

`func (o *SnapshotResponse) SetId(v string)`

SetId sets Id field to given value.

### HasId

`func (o *SnapshotResponse) HasId() bool`

HasId returns a boolean if a field has been set.

### GetProperties

`func (o *SnapshotResponse) GetProperties() SnapshotProperties`

GetProperties returns the Properties field if non-nil, zero value otherwise.

### GetPropertiesOk

`func (o *SnapshotResponse) GetPropertiesOk() (*SnapshotProperties, bool)`

GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

### SetProperties

`func (o *SnapshotResponse) SetProperties(v SnapshotProperties)`

SetProperties sets Properties field to given value.

### HasProperties

`func (o *SnapshotResponse) HasProperties() bool`

HasProperties returns a boolean if a field has been set.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.ionos.com/cloud/go/dbaas-mongodb/models/snapshotresponse.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
