# BackupMetadata

## Properties

| Name            | Type                                                                                                                  | Description                      | Notes       |
| --------------- | --------------------------------------------------------------------------------------------------------------------- | -------------------------------- | ----------- |
| **CreatedDate** | Pointer to [**time.Time**](https://github.com/ionos-cloud/sdk-go-dbaas-postgres/blob/master/docs/models/time.Time.md) | The ISO 8601 creation timestamp. | \[optional] |
| **State**       | Pointer to [**State**](/postgres-sdk-golang/models/state.md)                                                          |                                  | \[optional] |

## Methods

### NewBackupMetadata

`func NewBackupMetadata() *BackupMetadata`

NewBackupMetadata instantiates a new BackupMetadata 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

### NewBackupMetadataWithDefaults

`func NewBackupMetadataWithDefaults() *BackupMetadata`

NewBackupMetadataWithDefaults instantiates a new BackupMetadata 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

### GetCreatedDate

`func (o *BackupMetadata) GetCreatedDate() time.Time`

GetCreatedDate returns the CreatedDate field if non-nil, zero value otherwise.

### GetCreatedDateOk

`func (o *BackupMetadata) GetCreatedDateOk() (*time.Time, bool)`

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

### SetCreatedDate

`func (o *BackupMetadata) SetCreatedDate(v time.Time)`

SetCreatedDate sets CreatedDate field to given value.

### HasCreatedDate

`func (o *BackupMetadata) HasCreatedDate() bool`

HasCreatedDate returns a boolean if a field has been set.

### GetState

`func (o *BackupMetadata) GetState() State`

GetState returns the State field if non-nil, zero value otherwise.

### GetStateOk

`func (o *BackupMetadata) GetStateOk() (*State, bool)`

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

### SetState

`func (o *BackupMetadata) SetState(v State)`

SetState sets State field to given value.

### HasState

`func (o *BackupMetadata) HasState() bool`

HasState 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/postgres-sdk-golang/models/backupmetadata.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.
