# TriggerDatabaseBackupResponse

Represents a response for triggering a database backup

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**state** | **string** | Represents the execution status of a background process | [optional] [readonly] [default to undefined]

## Example

```typescript
import { TriggerDatabaseBackupResponse } from './api';

const instance: TriggerDatabaseBackupResponse = {
    state,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
