# APIEntitiesBulkImports

API_Entities_BulkImports model

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **number** |  | [optional] [default to undefined]
**bulk_import_id** | **number** |  | [optional] [default to undefined]
**status** | **string** |  | [optional] [default to undefined]
**entity_type** | **string** |  | [optional] [default to undefined]
**source_full_path** | **string** |  | [optional] [default to undefined]
**destination_full_path** | **string** |  | [optional] [default to undefined]
**destination_name** | **string** |  | [optional] [default to undefined]
**destination_slug** | **string** |  | [optional] [default to undefined]
**destination_namespace** | **string** |  | [optional] [default to undefined]
**parent_id** | **number** |  | [optional] [default to undefined]
**namespace_id** | **number** |  | [optional] [default to undefined]
**project_id** | **number** |  | [optional] [default to undefined]
**created_at** | **string** |  | [optional] [default to undefined]
**updated_at** | **string** |  | [optional] [default to undefined]
**failures** | [**Array&lt;APIEntitiesBulkImportsEntityFailure&gt;**](APIEntitiesBulkImportsEntityFailure.md) |  | [optional] [default to undefined]
**migrate_projects** | **boolean** |  | [optional] [default to undefined]

## Example

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

const instance: APIEntitiesBulkImports = {
    id,
    bulk_import_id,
    status,
    entity_type,
    source_full_path,
    destination_full_path,
    destination_name,
    destination_slug,
    destination_namespace,
    parent_id,
    namespace_id,
    project_id,
    created_at,
    updated_at,
    failures,
    migrate_projects,
};
```

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