Record
contactdb-recipient-response
No description available.
record contactdb-recipient-response {
error-count: f64,
error-indices: option<list<f64>>,
errors: option<list<contactdb-recipient-response-errors-item>>,
new-count: f64,
persisted-recipients: list<string>,
updated-count: f64,
}Fields
| Name | Type | Description |
|---|---|---|
| error-count | f64 | |
| error-indices | option<list<f64>> | |
| errors | option<list<contactdb-recipient-response-errors-item>> | |
| new-count | f64 | |
| persisted-recipients | list<string> | |
| updated-count | f64 |