Interface: ContactImportJobResponse
Defined in: sdk/src/types.ts:787
Properties
Section titled “Properties”| Property | Type | Defined in |
|---|---|---|
id | string | sdk/src/types.ts:788 |
status | "PENDING" | "FAILED" | "RUNNING" | "COMPLETED" | sdk/src/types.ts:789 |
totalRows | number | sdk/src/types.ts:790 |
successCount? | number | sdk/src/types.ts:791 |
errorCount? | number | sdk/src/types.ts:792 |
errors? | { row: number; email: string; reason: string; }[] | sdk/src/types.ts:793 |
fileName | string | null | sdk/src/types.ts:794 |
listId | string | null | sdk/src/types.ts:795 |
createdAt | string | sdk/src/types.ts:796 |
completedAt | string | null | sdk/src/types.ts:797 |