| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | The import ID | |
| segmentKey | String | The segment key | |
| creationTime | Long | ||
| mode | String | The import mode used, either <code>merge</code> or <code>replace</code> | |
| status | StatusEnum | The import status | |
| files | List<FileRep> | The imported files and their status | [optional] |
| links | Map<String, Link> | The location and content type of related resources |
| Name | Value |
|---|---|
| PREPARING | "preparing" |
| PENDING_APPROVAL | "pending_approval" |
| READY | "ready" |
| IN_PROGRESS | "in_progress" |
| COMPLETE | "complete" |
| STOPPED | "stopped" |