# PutApiV4AdminBatchedBackgroundMigrationsIdResumeRequest


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**database** | **string** | The name of the database | [optional] [default to DatabaseEnum_Main]

## Example

```typescript
import { PutApiV4AdminBatchedBackgroundMigrationsIdResumeRequest } from 'berg';

const instance: PutApiV4AdminBatchedBackgroundMigrationsIdResumeRequest = {
    database,
};
```

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