# APIEntitiesBatchedBackgroundMigration

API_Entities_BatchedBackgroundMigration model

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [optional] [default to undefined]
**job_class_name** | **string** |  | [optional] [default to undefined]
**table_name** | **string** |  | [optional] [default to undefined]
**status** | **string** |  | [optional] [default to undefined]
**progress** | **number** |  | [optional] [default to undefined]
**created_at** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: APIEntitiesBatchedBackgroundMigration = {
    id,
    job_class_name,
    table_name,
    status,
    progress,
    created_at,
};
```

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