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

# SnapshotProperties

Properties of a snapshot.

## Properties

| Name             | Type                                                                                                               | Description                                       | Notes       |
| ---------------- | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------- | ----------- |
| **Version**      | Pointer to **string**                                                                                              | The MongoDB version this backup was created from. | \[optional] |
| **Size**         | Pointer to **int32**                                                                                               | The size of the snapshot in Mebibytes.            | \[optional] |
| **CreationTime** | Pointer to [**time.Time**](https://github.com/ionos-cloud/sdk-go-dbaas-mongo/blob/master/docs/models/time.Time.md) | The date the resource was created.                | \[optional] |

## Methods

### GetVersion

`func (o *SnapshotProperties) GetVersion() string`

GetVersion returns the Version field if non-nil, zero value otherwise.

### GetVersionOk

`func (o *SnapshotProperties) GetVersionOk() (*string, bool)`

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

### SetVersion

`func (o *SnapshotProperties) SetVersion(v string)`

SetVersion sets Version field to given value.

### HasVersion

`func (o *SnapshotProperties) HasVersion() bool`

HasVersion returns a boolean if a field has been set.

### GetSize

`func (o *SnapshotProperties) GetSize() int32`

GetSize returns the Size field if non-nil, zero value otherwise.

### GetSizeOk

`func (o *SnapshotProperties) GetSizeOk() (*int32, bool)`

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

### SetSize

`func (o *SnapshotProperties) SetSize(v int32)`

SetSize sets Size field to given value.

### HasSize

`func (o *SnapshotProperties) HasSize() bool`

HasSize returns a boolean if a field has been set.

### GetCreationTime

`func (o *SnapshotProperties) GetCreationTime() time.Time`

GetCreationTime returns the CreationTime field if non-nil, zero value otherwise.

### GetCreationTimeOk

`func (o *SnapshotProperties) GetCreationTimeOk() (*time.Time, bool)`

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

### SetCreationTime

`func (o *SnapshotProperties) SetCreationTime(v time.Time)`

SetCreationTime sets CreationTime field to given value.

### HasCreationTime

`func (o *SnapshotProperties) HasCreationTime() bool`

HasCreationTime 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/snapshotproperties.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.
