# BaseBackup

## Properties

| Name        | Type                                                                                                                 | Description                                                                                | Notes       |
| ----------- | -------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ | ----------- |
| **Created** | Pointer to [**time.Time**](https://github.com/ionos-cloud/sdk-go-dbaas-mariadb/blob/master/docs/models/time.Time.md) | The ISO 8601 creation timestamp.                                                           | \[optional] |
| **Size**    | Pointer to **int32**                                                                                                 | The size of the backup in MiB. This is the size of the binary backup file that was stored. | \[optional] |

## Methods

### NewBaseBackup

`func NewBaseBackup() *BaseBackup`

NewBaseBackup instantiates a new BaseBackup object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

### NewBaseBackupWithDefaults

`func NewBaseBackupWithDefaults() *BaseBackup`

NewBaseBackupWithDefaults instantiates a new BaseBackup object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

### GetCreated

`func (o *BaseBackup) GetCreated() time.Time`

GetCreated returns the Created field if non-nil, zero value otherwise.

### GetCreatedOk

`func (o *BaseBackup) GetCreatedOk() (*time.Time, bool)`

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

### SetCreated

`func (o *BaseBackup) SetCreated(v time.Time)`

SetCreated sets Created field to given value.

### HasCreated

`func (o *BaseBackup) HasCreated() bool`

HasCreated returns a boolean if a field has been set.

### GetSize

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

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

### GetSizeOk

`func (o *BaseBackup) 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 *BaseBackup) SetSize(v int32)`

SetSize sets Size field to given value.

### HasSize

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

HasSize returns a boolean if a field has been set.


---

# Agent Instructions: 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:

```
GET https://docs.ionos.com/mariadb-sdk-golang/models/basebackup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
