Wasm Directoryalpha
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

NameTypeDescription
error-countf64
error-indicesoption​<list​<f64>>
errorsoption​<list​<contactdb-recipient-response-errors-item>>
new-countf64
persisted-recipientslist​<string>
updated-countf64