# APIEntitiesBulkImportsEntityFailure


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**relation** | **string** |  | [optional] [default to undefined]
**step** | **string** |  | [optional] [default to undefined]
**exception_message** | **string** |  | [optional] [default to undefined]
**exception_class** | **string** |  | [optional] [default to undefined]
**correlation_id_value** | **string** |  | [optional] [default to undefined]
**created_at** | **string** |  | [optional] [default to undefined]
**pipeline_class** | **string** |  | [optional] [default to undefined]
**pipeline_step** | **string** |  | [optional] [default to undefined]

## Example

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

const instance: APIEntitiesBulkImportsEntityFailure = {
    relation,
    step,
    exception_message,
    exception_class,
    correlation_id_value,
    created_at,
    pipeline_class,
    pipeline_step,
};
```

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