Spatio.Model.BulkMarkReadResponse (spatio_sdk v0.0.2)

Partial-success envelope for bulkMarkEmailsRead. updated is a count (not an array — distinct from archive/delete which return the actual id list). The failed-row shape uses id (also distinct — renderer-compat legacy).

Summary

Types

t()

@type t() :: %Spatio.Model.BulkMarkReadResponse{
  failed: [Spatio.Model.BulkMarkReadResponseFailedInner.t()],
  updated: integer()
}

Functions

decode(value)