Record
contact-import-results
No description available.
record contact-import-results {
created-count: option<f64>,
deleted-count: option<f64>,
errored-count: option<f64>,
errors-url: option<string>,
requested-count: option<f64>,
updated-count: option<f64>,
}Fields
| Name | Type | Description |
|---|---|---|
| created-count | option<f64> | |
| deleted-count | option<f64> | |
| errored-count | option<f64> | |
| errors-url | option<string> | |
| requested-count | option<f64> | |
| updated-count | option<f64> |