# APIEntitiesBulkImport

API_Entities_BulkImport model

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **number** |  | [optional] [default to undefined]
**status** | **string** |  | [optional] [default to undefined]
**source_type** | **string** |  | [optional] [default to undefined]
**created_at** | **string** |  | [optional] [default to undefined]
**updated_at** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: APIEntitiesBulkImport = {
    id,
    status,
    source_type,
    created_at,
    updated_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)
