# ImportItem


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** |  | [default to undefined]
**importId** | **string** |  | [default to undefined]
**values** | **string** |  | [default to undefined]
**status** | [**ImportItemStatus**](ImportItemStatus.md) |  | [default to undefined]
**message** | **string** |  | [default to undefined]
**debug** | **string** |  | [default to undefined]
**createdAt** | **string** |  | [default to undefined]
**updatedAt** | **string** |  | [default to undefined]
**_import** | [**BaseImport**](BaseImport.md) |  | [default to undefined]

## Example

```typescript
import { ImportItem } from '@connectedxm/admin-sdk';

const instance: ImportItem = {
    id,
    importId,
    values,
    status,
    message,
    debug,
    createdAt,
    updatedAt,
    _import,
};
```

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